Commit ba81aa31995e5308ef900d7ec74267866af23497
1 parent
16d07dea
Protected constructor for Command.
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -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