Commit d77e811a authored by Bill Lynch's avatar Bill Lynch Committed by bill

Minor


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@248 b35dd754-fafc-0310-a699-88a17e54d16e
parent c1659153
...@@ -47,7 +47,7 @@ public class XMLProperties { ...@@ -47,7 +47,7 @@ public class XMLProperties {
private Map propertyCache = new HashMap(); private Map propertyCache = new HashMap();
/** /**
* Creates a new XMLProperties object. * Creates a new XMLPropertiesTest object.
* *
* @param fileName the full path the file that properties should be read from * @param fileName the full path the file that properties should be read from
* and written to. * and written to.
...@@ -69,7 +69,7 @@ public class XMLProperties { ...@@ -69,7 +69,7 @@ public class XMLProperties {
} }
/** /**
* Creates a new XMLProperties object. * Creates a new XMLPropertiesTest object.
* *
* @param file the file that properties should be read from and written to. * @param file the file that properties should be read from and written to.
* @throws IOException if an error occurs loading the properties. * @throws IOException if an error occurs loading the properties.
......
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