Rectified heretic YY-MM-DD to standard YYYY-MM-DD

This commit is contained in:
minjaesong
2017-09-20 14:36:40 +09:00
parent 5ebb83f1ed
commit b16de87dd5
188 changed files with 192 additions and 188 deletions

View File

@@ -11,7 +11,7 @@ import java.nio.file.FileSystems
import java.nio.file.Files
/**
* Created by minjaesong on 16-02-16.
* Created by minjaesong on 2016-02-16.
*/
object CSVFetcher {

View File

@@ -5,7 +5,7 @@ import java.awt.datatransfer.DataFlavor
import java.awt.datatransfer.StringSelection
/**
* Created by minjaesong on 16-07-31.
* Created by minjaesong on 2016-07-31.
*/
object Clipboard {
fun fetch(): String =

View File

@@ -11,7 +11,7 @@ import java.util.ArrayList
import java.util.function.Consumer
/**
* Created by minjaesong on 16-02-15.
* Created by minjaesong on 2016-02-15.
*/
object JsonFetcher {

View File

@@ -8,7 +8,7 @@ import java.io.FileWriter
import java.io.IOException
/**
* Created by minjaesong on 16-03-04.
* Created by minjaesong on 2016-03-04.
*/
object JsonWriter {

View File

@@ -1,7 +1,7 @@
package net.torvald.terrarum.utils
/**
* Created by minjaesong on 16-03-20.
* Created by minjaesong on 2016-03-20.
*/
object ROTCipher {

View File

@@ -8,7 +8,7 @@ import java.io.File
import java.io.IOException
/**
* Created by minjaesong on 16-03-04.
* Created by minjaesong on 2016-03-04.
*/
object RasterWriter {