Skip to content

Commit

Permalink
Removed duplicated nsURI in body.mtl.
Browse files Browse the repository at this point in the history
  • Loading branch information
ylussaud committed Nov 2, 2023
1 parent 1f5ffb4 commit 14f0a2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
*/]
[template public generateConstructor(cls : ecore::EClass)]
[protected ('constructor_' + cls.getPythonName()) startTagPrefix('# ') endTagPrefix('# ')]
e_class = get_e_classifier("[cls.ePackage.nsURI/][cls.ePackage.nsURI/]", "[cls.name/]")
e_class = get_e_classifier("[cls.ePackage.nsURI/]", "[cls.name/]")
def __init__(self, java_object = None):
if java_object is None:
JavaObject.__init__(self, create_e_object_from_e_classifier(self.e_class))
Expand Down

0 comments on commit 14f0a2d

Please sign in to comment.