sync with O'Reilly Atlas
This commit is contained in:
@@ -3,6 +3,6 @@ public class Confidential {
|
||||
private String secret = "";
|
||||
|
||||
public Confidential(String text) {
|
||||
secret = text.toUpperCase();
|
||||
this.secret = text.toUpperCase();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user