mirror of
https://github.com/Noratrieb/UMLetClassParser.git
synced 2026-03-15 21:56:03 +01:00
cleanup
This commit is contained in:
parent
e6088b3547
commit
c7dfdf6f47
6 changed files with 0 additions and 39 deletions
|
|
@ -23,7 +23,6 @@ public class UMLField {
|
|||
String[] formattedSplit = formatted.split(";");
|
||||
|
||||
if(!manager.isIgnoreEcapsulation()) {
|
||||
System.out.println("not ignore");
|
||||
this.encapsulation = switch (formattedSplit[0]) {
|
||||
case "+" -> "public ";
|
||||
case "-" -> "private ";
|
||||
|
|
|
|||
|
|
@ -44,8 +44,6 @@ public class UMLManager {
|
|||
classes.add(new UMLClass(text, packageString, this));
|
||||
}
|
||||
|
||||
classes.forEach(e -> System.out.println(e.toString()));
|
||||
|
||||
for (UMLClass c : classes) {
|
||||
try {
|
||||
System.err.println(packagePath + "/" + c.getName() + ".java");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue