intellij commit #1
This commit is contained in:
@@ -12,6 +12,8 @@ public class Main {
|
||||
// Encapsulation (or lack thereof) Test
|
||||
Model m = new Model();
|
||||
testprocess1 tp1 = new testprocess1(m, null);
|
||||
tp1.runProcess();
|
||||
// tp1.runProcess();
|
||||
testprocess2 tp2 = new testprocess2(m, null);
|
||||
tp2.runProcess();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user