mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-09-05 22:24:54 +08:00
fix ojb -> obj
This commit is contained in:
@@ -1409,7 +1409,7 @@ class Manipulator3 {
|
||||
private HasF obj;
|
||||
|
||||
Manipulator3(HasF x) {
|
||||
ojb = x;
|
||||
obj = x;
|
||||
}
|
||||
|
||||
public void manipulate() {
|
||||
|
||||
Reference in New Issue
Block a user