File tree Expand file tree Collapse file tree
src/main/java/org/apache/openwhisk/runtime/java/action Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
2727
2828jar {
2929 manifest {
30- attributes(' Main-Class' : ' openwhisk.java.action.Proxy' )
30+ attributes(' Main-Class' : ' org.apache. openwhisk.runtime .java.action.Proxy' )
3131 }
3232}
3333
Original file line number Diff line number Diff line change 1515 * limitations under the License.
1616 */
1717
18- package openwhisk .java .action ;
18+ package org . apache . openwhisk . runtime .java .action ;
1919
2020import java .io .File ;
2121import java .io .InputStream ;
Original file line number Diff line number Diff line change 1515 * limitations under the License.
1616 */
1717
18- package openwhisk .java .action ;
18+ package org . apache . openwhisk . runtime .java .action ;
1919
2020import java .io .BufferedReader ;
2121import java .io .ByteArrayInputStream ;
Original file line number Diff line number Diff line change 1515 * limitations under the License.
1616 */
1717
18- package openwhisk .java .action ;
18+ package org . apache . openwhisk . runtime .java .action ;
1919
2020import java .security .Permission ;
2121
You can’t perform that action at this time.
0 commit comments