ugly code
This commit is contained in:
parent
846ea3cd22
commit
0d1a275eb2
@ -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) { } }
|
||||
|
Loading…
Reference in New Issue
Block a user