Skip to content

Commit

Permalink
Merge pull request #111 from LEMS/feat/remove-component-from-units-di…
Browse files Browse the repository at this point in the history
…mensions

chore(LemsClasses): remove `Component` from `unitsdimensions`
  • Loading branch information
pgleeson committed May 3, 2023
2 parents 2ed3791 + 3a9f871 commit afb18cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/lemsml/jlems/io/reader/LemsClasses.java
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ private ArrayList<LemsClass> getLemsClasses() {
ret.add(new LemsClass(Dimension.class, section));
ret.add(new LemsClass(Unit.class, section));
ret.add(new LemsClass(Assertion.class, section));
ret.add(new LemsClass(Component.class, section));

return ret;
}
Expand Down

0 comments on commit afb18cc

Please sign in to comment.