summaryrefslogtreecommitdiffstats
path: root/container-test-jars/jersey-resources/src/main/scala/com/yahoo/container/test/jars/jersey/resources/nestedpackage1/NestedTestResource1.scala
diff options
context:
space:
mode:
authorOlli Virtanen <olli.virtanen@oath.com>2018-05-24 13:22:11 +0200
committerOlli Virtanen <olli.virtanen@oath.com>2018-05-24 13:22:11 +0200
commit50c82b3a07061f636810f1f60b4923f216729d8f (patch)
treef34b281494332762e5b3cdc52842b185c2d3508f /container-test-jars/jersey-resources/src/main/scala/com/yahoo/container/test/jars/jersey/resources/nestedpackage1/NestedTestResource1.scala
parent96ebcb01c2719dcf3f267aa2612878b564c7892e (diff)
Scala code converted to Java
Diffstat (limited to 'container-test-jars/jersey-resources/src/main/scala/com/yahoo/container/test/jars/jersey/resources/nestedpackage1/NestedTestResource1.scala')
-rw-r--r--container-test-jars/jersey-resources/src/main/scala/com/yahoo/container/test/jars/jersey/resources/nestedpackage1/NestedTestResource1.scala12
1 files changed, 0 insertions, 12 deletions
diff --git a/container-test-jars/jersey-resources/src/main/scala/com/yahoo/container/test/jars/jersey/resources/nestedpackage1/NestedTestResource1.scala b/container-test-jars/jersey-resources/src/main/scala/com/yahoo/container/test/jars/jersey/resources/nestedpackage1/NestedTestResource1.scala
deleted file mode 100644
index 440f2f45cea..00000000000
--- a/container-test-jars/jersey-resources/src/main/scala/com/yahoo/container/test/jars/jersey/resources/nestedpackage1/NestedTestResource1.scala
+++ /dev/null
@@ -1,12 +0,0 @@
-// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-package com.yahoo.container.test.jars.jersey.resources.nestedpackage1
-
-import javax.ws.rs.Path
-
-import com.yahoo.container.test.jars.jersey.resources.TestResourceBase
-
-/**
- * @author tonytv
- */
-@Path("bundle-plugin-test/nested-test-resource1")
-class NestedTestResource1 extends TestResourceBase