Skip to content

Commit 7479b37

Browse files
remove references to the svn id keyword from javadoc comments (commons-io is now using git)
1 parent 5ea5c96 commit 7479b37

98 files changed

Lines changed: 7 additions & 105 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@
103103
* <p>
104104
* Origin of code: Excalibur.
105105
*
106-
* @version $Id$
107106
* @deprecated Use IOUtils. Will be removed in 2.0.
108107
* Methods renamed to IOUtils.write() or IOUtils.copy().
109108
* Null handling behaviour changed in IOUtils (null data does not

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
* <p>
3636
* Origin of code: Excalibur
3737
*
38-
* @version $Id$
3938
* @see org.apache.commons.io.input.SwappedDataInputStream
4039
*/
4140
public class EndianUtils {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
* {@link #exitWhenFinished}, typically in
3333
* {@code javax.servlet.ServletContextListener.contextDestroyed(javax.servlet.ServletContextEvent)} or similar.
3434
*
35-
* @version $Id$
3635
* @deprecated Use {@link FileCleaningTracker}
3736
*/
3837
@Deprecated

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
* {@link #exitWhenFinished}, typically in
4040
* {@code javax.servlet.ServletContextListener.contextDestroyed(javax.servlet.ServletContextEvent)} or similar.
4141
*
42-
* @version $Id$
4342
*/
4443
public class FileCleaningTracker {
4544

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
* <p>
2929
* This class captures the strategy to use and is designed for user subclassing.
3030
*
31-
* @version $Id$
3231
* @since 1.3
3332
*/
3433
public class FileDeleteStrategy {

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121

2222
/**
2323
* Indicates that a file already exists.
24-
*
25-
* @version $Id$
24+
*
2625
* @since 2.0
2726
*/
2827
public class FileExistsException extends IOException {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
* <li>Get the free space on a drive
4141
* </ul>
4242
*
43-
* @version $Id$
4443
* @since 1.1
4544
*/
4645
public class FileSystemUtils {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
* <p>
7676
* Origin of code: Excalibur, Alexandria, Commons-Utils
7777
*
78-
* @version $Id$
7978
*/
8079
public class FileUtils {
8180

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
* <p>
7878
* Origin of code: Excalibur, Alexandria, Tomcat, Commons-Utils.
7979
*
80-
* @version $Id$
8180
* @since 1.1
8281
*/
8382
public class FilenameUtils {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
* <p>
2929
* Origin of code: POI.
3030
*
31-
* @version $Id$
3231
*/
3332
public class HexDump {
3433

0 commit comments

Comments
 (0)