Skip to content

Commit 84aa9ce

Browse files
cleanup commented code
1 parent 6cf4baa commit 84aa9ce

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
<stagingTimeoutInMinutes>20</stagingTimeoutInMinutes>
8383

8484
<rosetta.dsl.version>9.65.3</rosetta.dsl.version>
85+
8586

8687
<xtext.version>2.38.0</xtext.version>
8788
<guice.version>6.0.0</guice.version>

src/main/java/com/regnosys/rosetta/generator/python/object/PythonAttributeProcessor.xtend

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ class PythonAttributeProcessor {
199199
val otherMeta = new ArrayList<String>()
200200

201201
// process attribute metadata
202-
// if (attrRMAT.hasMeta) {
203202
if (attrRMAT.hasAttributeMeta) {
204203
attrRMAT.getMetaAttributes.forEach [ma |
205204
println('ma.getName: ' + ma.getName)

0 commit comments

Comments
 (0)