Add OptionalTag
This commit is contained in:
parent
d091772002
commit
325adfb0f2
8 changed files with 81 additions and 16 deletions
|
@ -4,11 +4,8 @@ import tag.TagName;
|
|||
|
||||
public class Main {
|
||||
|
||||
|
||||
|
||||
public static void main(String[]args){
|
||||
public static void main(String[] args) {
|
||||
TagName test = new TagName("ds");
|
||||
System.out.println(test);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue