Skip to content

Commit d9aa681

Browse files
committed
refactoring
1 parent 2477cf2 commit d9aa681

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ shadowJar {
2727
// System.setProperty("logFileName", "linux-bluetooth-connection-fix")
2828

2929
manifest {
30-
attributes("Main-Class": "com.mageddo.linux.bluetoothfix.Main")
30+
attributes("Main-Class": "com.mageddo.bluetoothfix.Main")
3131
}
3232

3333
mergeServiceFiles()

src/main/java/com/mageddo/bluetoothfix/BluetoothConnector.java renamed to src/main/java/com/mageddo/linux/bluetoothfix/BluetoothConnector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.mageddo.bluetoothfix;
1+
package com.mageddo.linux.bluetoothfix;
22

33

44
import com.mageddo.commons.exec.CommandLines;

src/main/java/com/mageddo/bluetoothfix/Main.java renamed to src/main/java/com/mageddo/linux/bluetoothfix/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.mageddo.bluetoothfix;
1+
package com.mageddo.linux.bluetoothfix;
22

33
import lombok.extern.slf4j.Slf4j;
44

src/main/java/com/mageddo/bluetoothfix/OccurrenceParser.java renamed to src/main/java/com/mageddo/linux/bluetoothfix/OccurrenceParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.mageddo.bluetoothfix;
1+
package com.mageddo.linux.bluetoothfix;
22

33

44
import com.mageddo.commons.exec.CommandLines;

0 commit comments

Comments
 (0)