diff options
author | Adrian OSullivan <adrian.osullivan@huawei.com> | 2019-09-04 15:38:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-04 15:38:01 +0000 |
commit | 67de4dddc1903056e64dd87a5499ae30884031fc (patch) | |
tree | 2b6581bcef71376c7d198095abf3b883c5c90f98 /src/test/java/joe.jpage | |
parent | a691e0cd548e472663eaedc5a6bbd711b0cd6a15 (diff) | |
parent | bc114b17c8a0cff6a0e150dcacc9bbcc475d3319 (diff) |
Merge "Improve license scan result"
Diffstat (limited to 'src/test/java/joe.jpage')
-rw-r--r-- | src/test/java/joe.jpage | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/test/java/joe.jpage b/src/test/java/joe.jpage deleted file mode 100644 index 0e28672..0000000 --- a/src/test/java/joe.jpage +++ /dev/null @@ -1,10 +0,0 @@ -java.io.File file = new java.io.File("/home/user/Source/starck-xsl/spec.json");
-String jsonStr = org.apache.commons.io.FileUtils.readFileToString(file);
-
-System.out.println(jsonStr);
-
-org.json.JSONObject json = new org.json.JSONObject(jsonStr);
-String xml = org.json.XML.toString(json);
-
-System.out.println(xml);
-
|