From: Sasa M. <sa...@us...> - 2004-05-31 08:01:58
|
Update of /cvsroot/jrobin/src/org/jrobin/graph In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8988/org/jrobin/graph Modified Files: RrdGraphDef.java Log Message: Minor changes in NIO, fixed single javadoc error in RrdGraphDef class Index: RrdGraphDef.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/graph/RrdGraphDef.java,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** RrdGraphDef.java 30 May 2004 19:49:56 -0000 1.12 --- RrdGraphDef.java 31 May 2004 08:01:47 -0000 1.13 *************** *** 1098,1102 **** * Exports RrdGraphDef (graph definition) object in XML format to string. * Generated code can be parsed with {@link RrdGraphDefTemplate} class ! * {@see exportXmlTemplate). * * @return String representing graph definition in XML format --- 1098,1102 ---- * Exports RrdGraphDef (graph definition) object in XML format to string. * Generated code can be parsed with {@link RrdGraphDefTemplate} class ! * {@see exportXmlTemplate}. * * @return String representing graph definition in XML format |