File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,24 +25,25 @@ public EmfSerializer createSerializer() {
2525 public String getDescription () {
2626 return "JSONModelFormat2Serializer" ; // TODO: better names and descriptions
2727 }
28-
29- @ Override
30- public String getName () {
31- return getClass ().getName ();
32- }
28+
29+
30+ // @Override
31+ // public String getName() {
32+ // return getClass().getName();
33+ // }
3334
3435 @ Override
3536 public String getVersion () {
3637 return "0.1" ;
3738 }
3839
39- @ Override
40- public Set <Class <? extends Plugin >> getRequiredPlugins () {
41- Set <Class <? extends Plugin >> set = new HashSet <Class <? extends Plugin >>();
42- set .add (SchemaPlugin .class );
43- set .add (IfcEnginePlugin .class );
44- return set ;
45- }
40+ // @Override
41+ // public Set<Class<? extends Plugin>> getRequiredPlugins() {
42+ // Set<Class<? extends Plugin>> set = new HashSet<Class<? extends Plugin>>();
43+ // set.add(SchemaPlugin.class);
44+ // set.add(IfcEnginePlugin.class);
45+ // return set;
46+ // }
4647
4748 @ Override
4849 public void init (PluginManager pluginManager ) throws PluginException {
@@ -53,7 +54,7 @@ public void init(PluginManager pluginManager) throws PluginException {
5354
5455 @ Override
5556 public String getDefaultSerializerName () {
56- return "THREEJS " ;
57+ return "ThreeJs " ;
5758 }
5859
5960 @ Override
You can’t perform that action at this time.
0 commit comments