sync
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
public class Display {
|
||||
|
||||
private String message;
|
||||
public String getMesssage() {
|
||||
return message;
|
||||
}
|
||||
|
||||
public Display() {
|
||||
// TODO - implement Display.Display
|
||||
throw new UnsupportedOperationException();
|
||||
@@ -10,8 +15,7 @@ public class Display {
|
||||
* @param message
|
||||
*/
|
||||
public void display(String message) {
|
||||
// TODO - implement Display.display
|
||||
throw new UnsupportedOperationException();
|
||||
this.message = message;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user