-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE: パッケージ名の変更(develop.p2p -> tokyo.peya)
- Loading branch information
1 parent
52fd925
commit cad4062
Showing
19 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...ain/java/develop/p2p/lib/DummyLogger.java → ...main/java/tokyo/peya/lib/DummyLogger.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package develop.p2p.lib; | ||
package tokyo.peya.lib; | ||
|
||
import org.slf4j.*; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.../java/develop/p2p/lib/ExceptionUtils.java → ...n/java/tokyo/peya/lib/ExceptionUtils.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package develop.p2p.lib; | ||
package tokyo.peya.lib; | ||
|
||
import java.io.PrintWriter; | ||
import java.io.StringWriter; | ||
|
2 changes: 1 addition & 1 deletion
2
...n/java/develop/p2p/lib/FieldModifier.java → ...in/java/tokyo/peya/lib/FieldModifier.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package develop.p2p.lib; | ||
package tokyo.peya.lib; | ||
|
||
import java.lang.reflect.*; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...va/develop/p2p/lib/FileConfiguration.java → ...ava/tokyo/peya/lib/FileConfiguration.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package develop.p2p.lib; | ||
package tokyo.peya.lib; | ||
|
||
import org.yaml.snakeyaml.*; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/develop/p2p/lib/Intellij.java → src/main/java/tokyo/peya/lib/Intellij.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package develop.p2p.lib; | ||
package tokyo.peya.lib; | ||
|
||
/** | ||
* Intellijのユーティリティ | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/develop/p2p/lib/LearnMath.java → src/main/java/tokyo/peya/lib/LearnMath.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package develop.p2p.lib; | ||
package tokyo.peya.lib; | ||
|
||
import java.util.Arrays; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...n/java/develop/p2p/lib/LeetConverter.java → ...in/java/tokyo/peya/lib/LeetConverter.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package develop.p2p.lib; | ||
package tokyo.peya.lib; | ||
|
||
import java.util.*; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...n/java/develop/p2p/lib/LoggerChanger.java → ...in/java/tokyo/peya/lib/LoggerChanger.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package develop.p2p.lib; | ||
package tokyo.peya.lib; | ||
|
||
import org.slf4j.*; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...va/develop/p2p/lib/OptGraphGenerator.java → ...ava/tokyo/peya/lib/OptGraphGenerator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package develop.p2p.lib; | ||
package tokyo.peya.lib; | ||
|
||
/** | ||
* グラフ | ||
|
2 changes: 1 addition & 1 deletion
2
...ain/java/develop/p2p/lib/SQLModifier.java → ...main/java/tokyo/peya/lib/SQLModifier.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package develop.p2p.lib; | ||
package tokyo.peya.lib; | ||
|
||
import java.sql.Connection; | ||
import java.sql.PreparedStatement; | ||
|
2 changes: 1 addition & 1 deletion
2
...main/java/develop/p2p/lib/TimeParser.java → src/main/java/tokyo/peya/lib/TimeParser.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package develop.p2p.lib; | ||
package tokyo.peya.lib; | ||
|
||
import java.util.Calendar; | ||
import java.util.Date; | ||
|
2 changes: 1 addition & 1 deletion
2
...ain/java/develop/p2p/lib/WaveCreator.java → ...main/java/tokyo/peya/lib/WaveCreator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package develop.p2p.lib; | ||
package tokyo.peya.lib; | ||
|
||
/** | ||
* 波を作成 | ||
|
6 changes: 3 additions & 3 deletions
6
...evelop/p2p/lib/bukkit/EntitySelector.java → ...tokyo/peya/lib/bukkit/EntitySelector.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ava/develop/p2p/lib/bukkit/ItemUtils.java → ...java/tokyo/peya/lib/bukkit/ItemUtils.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...evelop/p2p/lib/bukkit/Say2Functional.java → ...tokyo/peya/lib/bukkit/Say2Functional.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...lop/p2p/lib/bukkit/TitleNotification.java → ...yo/peya/lib/bukkit/TitleNotification.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...b/bukkit/exception/SelectorException.java → ...b/bukkit/exception/SelectorException.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package develop.p2p.lib.bukkit.exception; | ||
package tokyo.peya.lib.bukkit.exception; | ||
|
||
/** | ||
* 無効なセレクタの例外 | ||
|
2 changes: 1 addition & 1 deletion
2
...t/exception/SelectorInvalidException.java → ...t/exception/SelectorInvalidException.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package develop.p2p.lib.bukkit.exception; | ||
package tokyo.peya.lib.bukkit.exception; | ||
|
||
import java.util.Map; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...exception/SelectorMalformedException.java → ...exception/SelectorMalformedException.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package develop.p2p.lib.bukkit.exception; | ||
package tokyo.peya.lib.bukkit.exception; | ||
|
||
/** | ||
* セレクタがおかしい例外 | ||
|