Skip to content

Commit 4388f5c

Browse files
committed
Remove need for static
1 parent cfc34db commit 4388f5c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CommandSyncClient/CommandSyncClient.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<module type="JAVA_MODULE" version="4">
33
<component name="NewModuleRootManager" inherit-compiler-output="false">
4-
<output url="file:///target" />
4+
<output url="file:///target/CommandSyncClient" />
55
<output-test url="file:///test/CommandSyncClient" />
66
<exclude-output />
77
<content url="file://$MODULE_DIR$">

CommandSyncServer/CommandSyncServer.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<module type="JAVA_MODULE" version="4">
33
<component name="NewModuleRootManager" inherit-compiler-output="false">
4-
<output url="file:///target" />
4+
<output url="file:///target/CommandSyncServer" />
55
<output-test url="file:///test/CommandSyncServer" />
66
<exclude-output />
77
<content url="file://$MODULE_DIR$">

0 commit comments

Comments
 (0)