Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 6bc3785

Browse files
Dermot SmythDermot Smyth
authored andcommitted
Removed special characters
1 parent 160149d commit 6bc3785

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/marklogic/appdeployer/command/CommandMapBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ public Map<String, List<Command>> buildCommandMap() {
143143
// Temporal
144144
List<Command> temporalCommands = new ArrayList<>();
145145
temporalCommands.add(new DeployTemporalAxesCommand());
146-
temporalCommands.add(new DeployTemporalCollectionsCommand());
147-
temporalCommands.add(new DeployTemporalCollectionsLSQTCommand());
146+
temporalCommands.add(new DeployTemporalCollectionsCommand());
147+
temporalCommands.add(new DeployTemporalCollectionsLSQTCommand());
148148
map.put("mlTemporalCommands", temporalCommands);
149149

150150
// Triggers

0 commit comments

Comments
 (0)