ugly code

This commit is contained in:
marcin witkowski 2021-10-10 18:19:39 +02:00
parent 846ea3cd22
commit 0d1a275eb2
1 changed files with 2 additions and 10 deletions

View File

@ -1,12 +1,4 @@
package second.shortcuts;
public class ClassThatHaveItAll implements InterfaceOne {
String name;
Integer number;
@Override
public void printMe(String info) {
}
}
public class ClassThatHaveItAll implements InterfaceOne {String name;Integer number;@Override
public void printMe(String info) { } }