Skip to content

Commit

Permalink
Refactoring: Added missing method
Browse files Browse the repository at this point in the history
  • Loading branch information
pefernan committed Sep 18, 2013
1 parent c3979b0 commit f1781d7
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -43,6 +43,11 @@ public String getFileName() {
return fileName + ".bpmn2";
}

@Override
public String getFileNameWithoutExtension() {
return fileName;
}

@Override
public String toURI() {
return "default://master@dummy/" + getFileName();
Expand Down

0 comments on commit f1781d7

Please sign in to comment.