[Fb-contrib-commit] SF.net SVN: fb-contrib:[1495] trunk/fb-contrib/samples/ROOM_Sample.java
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2010-01-18 17:27:02
|
Revision: 1495
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1495&view=rev
Author: dbrosius
Date: 2010-01-18 17:26:55 +0000 (Mon, 18 Jan 2010)
Log Message:
-----------
test with fields
Modified Paths:
--------------
trunk/fb-contrib/samples/ROOM_Sample.java
Modified: trunk/fb-contrib/samples/ROOM_Sample.java
===================================================================
--- trunk/fb-contrib/samples/ROOM_Sample.java 2010-01-18 17:12:18 UTC (rev 1494)
+++ trunk/fb-contrib/samples/ROOM_Sample.java 2010-01-18 17:26:55 UTC (rev 1495)
@@ -3,7 +3,7 @@
public class ROOM_Sample
{
- public static final Class[] NO_ARGS = new Class[0];
+ public final Class[] NO_ARGS = new Class[0];
public void testRoomWithLocals() throws Exception
{
@@ -13,7 +13,7 @@
String s = (String)m.invoke(this, new ROOM_Sample());
}
- public void testRoomWithStatic() throws Exception
+ public void testRoomWithField() throws Exception
{
Class c = Class.forName("java.lang.Object");
Method m = c.getMethod("toString", NO_ARGS);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|