Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 5dd4e64a authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- added comments about a possible reimplementation

parent 0f78e7d3
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,12 @@ public class BasicParameters extends Properties implements Parameters, Cloneable
return values();
}
/**
* This is legacy code.
* java.lang.Properties offers p.storeToXML( System.out, "" )
* and p.loadFromXML( new FileInputStream( filename ) )
* which are natural implementers for this.
*/
@SuppressWarnings( "unchecked" )
public void write(){
System.out.println("<?xml version='1.0' ?>");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment