We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07ac99 commit b3be895Copy full SHA for b3be895
src/main/java/hbz/limetrans/function/MemberLocal.java
@@ -17,6 +17,7 @@ public MemberLocal() {
17
}
18
19
@Override
20
+ @SuppressWarnings("removal")
21
public boolean test(final Metafix aMetafix, final Record aRecord, final List<String> aParams, final Map<String, String> aOptions) {
22
final List<String> params = new ArrayList<>();
23
params.add(aParams.get(0) + "." + SUBFIELD);
0 commit comments