Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 86ff5c0

Browse files
author
Aleksi Salmela
committed
Move the old properties command to hidden command category.
1 parent 2f98307 commit 86ff5c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/fi/helsinki/cs/tmc/cli/command/PropertiesCommand.java renamed to src/main/java/fi/helsinki/cs/tmc/cli/command/hidden/PropertiesCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package fi.helsinki.cs.tmc.cli.command;
1+
package fi.helsinki.cs.tmc.cli.command.hidden;
22

33
import fi.helsinki.cs.tmc.cli.core.AbstractCommand;
44
import fi.helsinki.cs.tmc.cli.core.CliContext;

src/test/java/fi/helsinki/cs/tmc/cli/command/PropertiesCommandTest.java renamed to src/test/java/fi/helsinki/cs/tmc/cli/command/hidden/PropertiesCommandTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package fi.helsinki.cs.tmc.cli.command;
1+
package fi.helsinki.cs.tmc.cli.command.hidden;
22

33
import static org.junit.Assert.assertEquals;
44
import static org.junit.Assert.assertTrue;

0 commit comments

Comments
 (0)