Revision: 7176
http://jython.svn.sourceforge.net/jython/?rev=7176&view=rev
Author: pjenvey
Date: 2010-12-24 02:36:59 +0000 (Fri, 24 Dec 2010)
Log Message:
-----------
forgot to commit this for r7175
Added Paths:
-----------
trunk/jython/tests/java/org/python/jsr223/PythonCallable.java
Added: trunk/jython/tests/java/org/python/jsr223/PythonCallable.java
===================================================================
--- trunk/jython/tests/java/org/python/jsr223/PythonCallable.java (rev 0)
+++ trunk/jython/tests/java/org/python/jsr223/PythonCallable.java 2010-12-24 02:36:59 UTC (rev 7176)
@@ -0,0 +1,4 @@
+public interface PythonCallable {
+ String getAString();
+ void callAVoid();
+}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|