From: Sasa M. <sa...@us...> - 2004-06-09 12:10:44
|
Update of /cvsroot/jrobin/src/org/jrobin/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22416/org/jrobin/core Modified Files: RrdDb.java Log Message: Index: RrdDb.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/core/RrdDb.java,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** RrdDb.java 1 Jun 2004 14:41:01 -0000 1.19 --- RrdDb.java 9 Jun 2004 12:10:29 -0000 1.20 *************** *** 937,939 **** --- 937,945 ---- } + public static void main(String[] args) { + System.out.println("JRobin Java Library :: RRDTool choice for the Java world"); + System.out.println("http://www.jrobin.org"); + System.out.println("(C) 2004 Sasa Markovic & Arne Vandamme"); + } + } |