Skip to content
Snippets Groups Projects
Commit 2f67320a authored by Konstantinos Giannoutakis's avatar Konstantinos Giannoutakis
Browse files

No commit message

No commit message
parent 16beee83
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,11 @@ public class PublishAction implements IWorkbenchWindowActionDelegate {
/**
* The constructor.
*/
public PublishAction() {
}
public PublishAction(String pathForUAPPFile) {
this.pathForUAPPFile=pathForUAPPFile;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment