[Fb-contrib-commit] SF.net SVN: fb-contrib:[1423] trunk/fb-contrib/samples/CVAA_Sample.java
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-12-31 23:17:25
|
Revision: 1423
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1423&view=rev
Author: dbrosius
Date: 2009-12-31 23:17:19 +0000 (Thu, 31 Dec 2009)
Log Message:
-----------
Modified Paths:
--------------
trunk/fb-contrib/samples/CVAA_Sample.java
Modified: trunk/fb-contrib/samples/CVAA_Sample.java
===================================================================
--- trunk/fb-contrib/samples/CVAA_Sample.java 2009-12-31 23:15:22 UTC (rev 1422)
+++ trunk/fb-contrib/samples/CVAA_Sample.java 2009-12-31 23:17:19 UTC (rev 1423)
@@ -20,7 +20,7 @@
Integer[] a = new Integer[1];
System.arraycopy(a[0], 0, a, 1, 1);
}
-
+
private Derived doDerived(){
return new Derived();
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|