Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Removed special characters
  • Loading branch information
Dermot Smyth authored and Dermot Smyth committed Mar 3, 2017
commit 6bc3785da96e7dce463cc3d070dc7ebd167306d9
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ public Map<String, List<Command>> buildCommandMap() {
// Temporal
List<Command> temporalCommands = new ArrayList<>();
temporalCommands.add(new DeployTemporalAxesCommand());
temporalCommands.add(new DeployTemporalCollectionsCommand());
temporalCommands.add(new DeployTemporalCollectionsLSQTCommand());
temporalCommands.add(new DeployTemporalCollectionsCommand());
temporalCommands.add(new DeployTemporalCollectionsLSQTCommand());
map.put("mlTemporalCommands", temporalCommands);

// Triggers
Expand Down