[libinline-java-perl] 81/398: Initial revision

Jonas Smedegaard dr at jones.dk
Thu Feb 26 11:42:51 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.55
in repository libinline-java-perl.

commit 6ba86f3c7eaf4abb73b5ec7437220331ed9f82c9
Author: patrick <>
Date:   Wed May 9 16:27:14 2001 +0000

    Initial revision
---
 t/types.java | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/t/types.java b/t/types.java
new file mode 100644
index 0000000..b13e0b1
--- /dev/null
+++ b/t/types.java
@@ -0,0 +1,20 @@
+package t ;
+
+import java.util.* ;
+
+
+public class types {
+	public types(){
+	}
+
+	public String func(){
+		return "study" ;
+	}
+
+	public HashMap hm(){
+		HashMap hm = new HashMap() ;
+		hm.put("key", "value") ;
+
+		return hm ;
+	}
+}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libinline-java-perl.git



More information about the Pkg-perl-cvs-commits mailing list