| @@ -44,7 +44,7 @@ private LineEndingsUtils() { |
|
|
| 44 |
44 |
* |
| 45 |
45 |
* @param source The source file, not null |
| 46 |
46 |
* @param dest The destination file, not null |
| 47 |
|
- * @param lineEndings This is the result of the getLineEndingChars(..) method in this utility class; the actual |
|
47 |
+ * @param lineEndings This is the result of the getLineEndingChars() method in this utility class; the actual |
| 48 |
48 |
* line-ending characters, not null. |
| 49 |
49 |
* @param atEndOfFile The end-of-file line ending, if true then the resulting file will have a new line at the end |
| 50 |
50 |
* even if the input didn't have one, if false then the resulting file will have no new line at |
| @@ -114,7 +114,7 @@ private static BufferedWriter getBufferedWriter(File dest, String encoding) thro |
|
|
| 114 |
114 |
* Converts the line endings of a file, writing a new file. The encoding of reading and writing can be specified. |
| 115 |
115 |
* |
| 116 |
116 |
* @param in The source reader |
| 117 |
|
- * @param lineEndings This is the result of the getLineEndingChars(..) method in this utility class; the actual |
|
117 |
+ * @param lineEndings This is the result of the getLineEndingChars() method in this utility class; the actual |
| 118 |
118 |
* line-ending characters, not null. |
| 119 |
119 |
* @return an input stream that enforces a specifi line ending style |
| 120 |
120 |
*/ |