-
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #147 from jsoizo/revert-144-change_namespace
Revert "Chanage namespace of code"
- Loading branch information
Showing
36 changed files
with
108 additions
and
108 deletions.
There are no files selected for viewing
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
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
4 changes: 2 additions & 2 deletions
4
...zo/kotlincsv/client/BufferedLineReader.kt → ...en/kotlincsv/client/BufferedLineReader.kt
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
18 changes: 9 additions & 9 deletions
18
.../jsoizo/kotlincsv/client/CsvFileReader.kt → ...aaaaken/kotlincsv/client/CsvFileReader.kt
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
4 changes: 2 additions & 2 deletions
4
.../com/jsoizo/kotlincsv/client/CsvReader.kt → ...doyaaaaaken/kotlincsv/client/CsvReader.kt
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
4 changes: 2 additions & 2 deletions
4
.../com/jsoizo/kotlincsv/client/CsvWriter.kt → ...doyaaaaaken/kotlincsv/client/CsvWriter.kt
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
...jsoizo/kotlincsv/client/ICsvFileWriter.kt → ...aaaken/kotlincsv/client/ICsvFileWriter.kt
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
...lin/com/jsoizo/kotlincsv/client/Reader.kt → ...ub/doyaaaaaken/kotlincsv/client/Reader.kt
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
6 changes: 3 additions & 3 deletions
6
.../com/jsoizo/kotlincsv/dsl/CsvReaderDsl.kt → ...doyaaaaaken/kotlincsv/dsl/CsvReaderDsl.kt
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
6 changes: 3 additions & 3 deletions
6
.../com/jsoizo/kotlincsv/dsl/CsvWriterDsl.kt → ...doyaaaaaken/kotlincsv/dsl/CsvWriterDsl.kt
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
10 changes: 5 additions & 5 deletions
10
...kotlincsv/dsl/context/CsvReaderContext.kt → ...kotlincsv/dsl/context/CsvReaderContext.kt
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
4 changes: 2 additions & 2 deletions
4
...incsv/dsl/context/CsvWriteQuoteContext.kt → ...incsv/dsl/context/CsvWriteQuoteContext.kt
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
6 changes: 3 additions & 3 deletions
6
...kotlincsv/dsl/context/CsvWriterContext.kt → ...kotlincsv/dsl/context/CsvWriterContext.kt
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
.../com/jsoizo/kotlincsv/parser/CsvParser.kt → ...doyaaaaaken/kotlincsv/parser/CsvParser.kt
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
6 changes: 3 additions & 3 deletions
6
...izo/kotlincsv/parser/ParseStateMachine.kt → ...ken/kotlincsv/parser/ParseStateMachine.kt
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
...com/jsoizo/kotlincsv/util/CSVException.kt → ...oyaaaaaken/kotlincsv/util/CSVException.kt
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 com.jzoizo.kotlincsv.util | ||
package com.github.doyaaaaaken.kotlincsv.util | ||
|
||
/** | ||
* General purpose Exception | ||
|
2 changes: 1 addition & 1 deletion
2
...kotlin/com/jsoizo/kotlincsv/util/Const.kt → ...ithub/doyaaaaaken/kotlincsv/util/Const.kt
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
...com/jsoizo/kotlincsv/util/CsvDslMarker.kt → ...oyaaaaaken/kotlincsv/util/CsvDslMarker.kt
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 com.jzoizo.kotlincsv.util | ||
package com.github.doyaaaaaken.kotlincsv.util | ||
|
||
/** | ||
* @author doyaaaaaken | ||
|
4 changes: 2 additions & 2 deletions
4
...om/jsoizo/kotlincsv/util/logger/Logger.kt → ...yaaaaaken/kotlincsv/util/logger/Logger.kt
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
...jsoizo/kotlincsv/util/logger/LoggerNop.kt → ...aaaken/kotlincsv/util/logger/LoggerNop.kt
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
6 changes: 3 additions & 3 deletions
6
.../com/jsoizo/kotlincsv/client/CsvReader.kt → ...doyaaaaaken/kotlincsv/client/CsvReader.kt
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
4 changes: 2 additions & 2 deletions
4
.../com/jsoizo/kotlincsv/client/CsvWriter.kt → ...doyaaaaaken/kotlincsv/client/CsvWriter.kt
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
...com/jsoizo/kotlincsv/client/Annotation.kt → ...oyaaaaaken/kotlincsv/client/Annotation.kt
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
8 changes: 4 additions & 4 deletions
8
.../jsoizo/kotlincsv/client/CsvFileWriter.kt → ...aaaaken/kotlincsv/client/CsvFileWriter.kt
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
6 changes: 3 additions & 3 deletions
6
.../com/jsoizo/kotlincsv/client/CsvReader.kt → ...doyaaaaaken/kotlincsv/client/CsvReader.kt
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
6 changes: 3 additions & 3 deletions
6
.../com/jsoizo/kotlincsv/client/CsvWriter.kt → ...doyaaaaaken/kotlincsv/client/CsvWriter.kt
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
...lin/com/jsoizo/kotlincsv/client/Reader.kt → ...ub/doyaaaaaken/kotlincsv/client/Reader.kt
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
...otlincsv/client/BufferedLineReaderTest.kt → ...otlincsv/client/BufferedLineReaderTest.kt
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
4 changes: 2 additions & 2 deletions
4
...izo/kotlincsv/client/CsvFileWriterTest.kt → ...ken/kotlincsv/client/CsvFileWriterTest.kt
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
6 changes: 3 additions & 3 deletions
6
...v/client/CsvReadWriteCompatibilityTest.kt → ...v/client/CsvReadWriteCompatibilityTest.kt
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
20 changes: 10 additions & 10 deletions
20
.../jsoizo/kotlincsv/client/CsvReaderTest.kt → ...aaaaken/kotlincsv/client/CsvReaderTest.kt
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
10 changes: 5 additions & 5 deletions
10
.../jsoizo/kotlincsv/client/CsvWriterTest.kt → ...aaaaken/kotlincsv/client/CsvWriterTest.kt
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
12 changes: 6 additions & 6 deletions
12
...oizo/kotlincsv/client/StringReaderTest.kt → ...aken/kotlincsv/client/StringReaderTest.kt
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
Oops, something went wrong.