removed 1st edition code
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
public class Confidential {
|
||||
|
||||
private String secret = "";
|
||||
|
||||
public Confidential(String text) {
|
||||
secret = text.toUpperCase();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user