aboutsummaryrefslogtreecommitdiffstats
path: root/sample/hotswap/logging/HelloWorld.java
diff options
context:
space:
mode:
Diffstat (limited to 'sample/hotswap/logging/HelloWorld.java')
-rw-r--r--sample/hotswap/logging/HelloWorld.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/sample/hotswap/logging/HelloWorld.java b/sample/hotswap/logging/HelloWorld.java
new file mode 100644
index 00000000..88f08664
--- /dev/null
+++ b/sample/hotswap/logging/HelloWorld.java
@@ -0,0 +1,6 @@
+public class HelloWorld {
+ public void print() {
+ System.out.println("** HelloWorld.print()");
+ System.out.println("hello world");
+ }
+}