aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAndrei Vasiliu <[email protected]>2016-01-25 17:49:32 +0200
committerAndrei Vasiliu <[email protected]>2016-01-25 18:08:42 +0200
commit942ad559010c465f39097ffcdd25727cdf317d5b (patch)
tree833c184321b0e5f6b096a134212ff49999620b16 /examples
parentd8ca80f271c7f679fa48b6e98d8ed296232f02b8 (diff)
java: Created Java package tinyb
Signed-off-by: Andrei Vasiliu <[email protected]>
Diffstat (limited to 'examples')
-rw-r--r--examples/java/Hellotinyb.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/java/Hellotinyb.java b/examples/java/Hellotinyb.java
index 755970e3..8c0b8b61 100644
--- a/examples/java/Hellotinyb.java
+++ b/examples/java/Hellotinyb.java
@@ -1,3 +1,4 @@
+import tinyb.*;
import java.util.*;
public class Hellotinyb {