Commit 118f22e2 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Alien was killed. What was that?????

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches@10330 b35dd754-fafc-0310-a699-88a17e54d16e
parent 41ebedb8
......@@ -347,7 +347,7 @@ class XMLLightweightParser {
private static class PropertyListener implements PropertyEventListener {
public void propertySet(String property, Map<String, Object> params) {
if (MAX_PROPERTY_NAME.equals(property)) { 2
if (MAX_PROPERTY_NAME.equals(property)) {
String value = (String) params.get("value");
if (value != null) {
maxBufferSize = Integer.parseInt(value);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment