Skip to content

Commit 0f97d4a

Browse files
Set StringUtils as deprecated
1 parent fc33cb4 commit 0f97d4a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

core-interop/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ dependencies {
1010
// }
1111

1212
api 'commons-io:commons-io:2.6'
13+
// StringUtils needs api dep
1314
api 'org.apache.commons:commons-lang3:3.9'
1415

1516
// <TesterraLogger>

core-interop/src/main/java/eu/tsystems/mms/tic/testframework/utils/StringUtils.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@
2929

3030
/**
3131
* Sammlung von StringUtils.
32+
*
33+
* @deprecated This class is mainly used for Legacy Report. Please use {@link org.apache.commons.lang3.StringUtils} instead.
3234
*/
35+
@Deprecated
3336
public final class StringUtils extends org.apache.commons.lang3.StringUtils {
3437

3538
/**

0 commit comments

Comments
 (0)