Skip to content

Commit 2445038

Browse files
Removed and Added Tosca Designer as a folder
1 parent 3947ac0 commit 2445038

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

ToscaDesigner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- definition -->
66
<groupId>fr.softeam</groupId>
77
<artifactId>toscadesigner</artifactId>
8-
<version>0.0.00</version>
8+
<version>0.0.1</version>
99
<name>ToscaDesigner</name>
1010
<repositories>
1111
<repository>
145 KB
Binary file not shown.
-239 KB
Binary file not shown.

ToscaDesigner/src/main/java/fr/softeam/toscadesigner/impl/ToscaDesignerComponentContributor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@ public Set<ExportedFileEntry> getFiles() {
8686
@Override
8787
public Set<NoteType> getNoteTypes() {
8888
// TODO Auto-generated method stub
89-
return null;
89+
return Collections.emptySet();
9090
}
9191

9292
@objid ("5a2b758b-0512-4363-936f-a8be8caf56de")
9393
@Override
9494
public Set<TagType> getTagTypes() {
9595
// TODO Auto-generated method stub
96-
return null;
96+
return Collections.emptySet();
9797
}
9898

9999
}
-1.89 MB
Binary file not shown.
-595 KB
Binary file not shown.

0 commit comments

Comments
 (0)