|
|
@@ -691,11 +691,6 @@ public class CommonTest {
|
|
|
|
|
|
@Test
|
|
|
public void testSet() {
|
|
|
- Set<Tag> set = new HashSet<>();
|
|
|
- set.add(new Tag(1L, "tag1", "tag1"));
|
|
|
- set.add(new Tag(1L, "tag1", "tag1"));
|
|
|
- set.add(new Tag(1L, "tag1", "tag1"));
|
|
|
- System.out.println(set);
|
|
|
}
|
|
|
|
|
|
@Test
|