OSDN Git Service

コメント追記。
authorOlyutorskii <olyutorskii@users.osdn.me>
Wed, 18 May 2011 10:46:17 +0000 (19:46 +0900)
committerOlyutorskii <olyutorskii@users.osdn.me>
Wed, 18 May 2011 10:46:17 +0000 (19:46 +0900)
src/main/java/jp/sourceforge/mikutoga/corelib/WinFile.java

index fcde2d2..2a3591e 100644 (file)
@@ -12,9 +12,12 @@ package jp.sourceforge.mikutoga.corelib;
  */
 public final class WinFile {
 
+    /** パスセパレータ。 */
     public static final char SEPARATOR_CHAR = '\\';  // \
+    /** パスセパレータ文字列。 */
     public static final String SEPARATOR =
             Character.toString(SEPARATOR_CHAR);
+    /** UNC 分離文字列。 */
     public static final String PFX_UNC =
             SEPARATOR + SEPARATOR;                   // \\