Skip to content

Commit eeba09b

Browse files
committed
concord-common: deprecate IOUtils
1 parent 2324ade commit eeba09b

File tree

1 file changed

+4
-0
lines changed
  • common/src/main/java/com/walmartlabs/concord/common

1 file changed

+4
-0
lines changed

common/src/main/java/com/walmartlabs/concord/common/IOUtils.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
import java.nio.file.Path;
2929
import java.util.List;
3030

31+
/**
32+
* @deprecated use the alternatives in {@link PathUtils}, {@link ZipUtils}, {@link GrepUtils}, etc.
33+
*/
34+
@Deprecated
3135
public final class IOUtils {
3236

3337
/**

0 commit comments

Comments
 (0)