Skip to content

Commit a1ef098

Browse files
committed
Javadoc
1 parent 8056c9a commit a1ef098

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/main/java/org/apache/commons/io/IOUtils.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public class IOUtils {
130130
// or return one of them.
131131

132132
/**
133-
* CR char.
133+
* CR char '{@value}'.
134134
*
135135
* @since 2.9.0
136136
*/
@@ -147,12 +147,12 @@ public class IOUtils {
147147
public static final char DIR_SEPARATOR = File.separatorChar;
148148

149149
/**
150-
* The UNIX directory separator character.
150+
* The UNIX directory separator character '{@value}'.
151151
*/
152152
public static final char DIR_SEPARATOR_UNIX = '/';
153153

154154
/**
155-
* The Windows directory separator character.
155+
* The Windows directory separator character '{@value}'.
156156
*/
157157
public static final char DIR_SEPARATOR_WINDOWS = '\\';
158158

@@ -164,13 +164,13 @@ public class IOUtils {
164164
public static final byte[] EMPTY_BYTE_ARRAY = {};
165165

166166
/**
167-
* Represents the end-of-file (or stream).
167+
* Represents the end-of-file (or stream) value {@value}.
168168
* @since 2.5 (made public)
169169
*/
170170
public static final int EOF = -1;
171171

172172
/**
173-
* LF char.
173+
* LF char '{@value}'.
174174
*
175175
* @since 2.9.0
176176
*/

0 commit comments

Comments
 (0)