documents reformatted
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
package ModelFiles;
|
||||
// package ProjectModels.CognitiveModel;
|
||||
|
||||
|
||||
public class Delay extends Action {
|
||||
|
||||
public Delay(){
|
||||
super(ActionType.DELAY,1000);
|
||||
public Delay() {
|
||||
super(ActionType.DELAY, 1000);
|
||||
}
|
||||
|
||||
public Delay(int delay){
|
||||
super(ActionType.DELAY,delay);
|
||||
public Delay(int delay) {
|
||||
super(ActionType.DELAY, delay);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user