mirror of
https://github.com/Noratrieb/UMLetClassParser.git
synced 2026-01-15 00:55:04 +01:00
removed warnings
This commit is contained in:
parent
c24064c2c1
commit
422059060f
5 changed files with 10 additions and 20 deletions
|
|
@ -1,8 +1,8 @@
|
|||
public class UMLField {
|
||||
|
||||
private String dataType;
|
||||
private String name;
|
||||
private String encapsulation;
|
||||
private final String dataType;
|
||||
private final String name;
|
||||
private final String encapsulation;
|
||||
|
||||
private boolean valid;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue