Skip to content

Commit b3be895

Browse files
committed
Suppress warnings for deprecated Fix commands. (metafacture/metafacture-core#706)
1 parent d07ac99 commit b3be895

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/hbz/limetrans/function/MemberLocal.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public MemberLocal() {
1717
}
1818

1919
@Override
20+
@SuppressWarnings("removal")
2021
public boolean test(final Metafix aMetafix, final Record aRecord, final List<String> aParams, final Map<String, String> aOptions) {
2122
final List<String> params = new ArrayList<>();
2223
params.add(aParams.get(0) + "." + SUBFIELD);

0 commit comments

Comments
 (0)