Commit ba81aa31995e5308ef900d7ec74267866af23497

Authored by bernard
1 parent 16d07dea

Protected constructor for Command.

@@ -27,7 +27,7 @@ public class Command { @@ -27,7 +27,7 @@ public class Command {
27 27
28 // --------------------------- CONSTRUCTORS --------------------------- 28 // --------------------------- CONSTRUCTORS ---------------------------
29 29
30 - private Command() 30 + protected Command()
31 { 31 {
32 } 32 }
33 33
Please register or login to post a comment