Remove leftover Helloworld.java 09/4409/1
authorShashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Mon, 22 May 2017 20:19:31 +0000 (13:19 -0700)
committerShashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Mon, 22 May 2017 20:22:44 +0000 (13:22 -0700)
This patch removes leftover Helloworld.java in admportal/lib.

Change-Id: I2c8252b4c283e8a10fe579fb64f4752bf6f957f4
Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Former-commit-id: 407ae27439c5061284d823e8f68f02d00c9da24f

admportal/lib/Helloworld.java [deleted file]

diff --git a/admportal/lib/Helloworld.java b/admportal/lib/Helloworld.java
deleted file mode 100644 (file)
index daf4741..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-public class  Helloworld{
-
-public static void main(String[] args){
-                       System.out.println("hello world");
-       }
-}
-