X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2Forg%2Fmxchange%2Fjcore%2FBaseFrameworkSystem.java;h=8bbf1ea3a177449c62551534f13d176cb1189929;hb=e0dbb3c7b440c5f005bb6874a235a93c73188f55;hp=515981d72ae2a63dd8725ecbc7d49ee48e1f81f9;hpb=c4ff0263b23ffc6d8e3294eec73f128b89ea6c4d;p=jcore.git diff --git a/src/org/mxchange/jcore/BaseFrameworkSystem.java b/src/org/mxchange/jcore/BaseFrameworkSystem.java index 515981d..8bbf1ea 100644 --- a/src/org/mxchange/jcore/BaseFrameworkSystem.java +++ b/src/org/mxchange/jcore/BaseFrameworkSystem.java @@ -327,7 +327,7 @@ public class BaseFrameworkSystem implements FrameworkInterface { * @throws java.lang.reflect.InvocationTargetException Any other problems? */ @Override - public boolean isValueEqual (final String columnName, final boolean bool) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException { + public boolean isFieldValueEqual (final String columnName, final boolean bool) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException { // Not implemented throw new UnsupportedOperationException(MessageFormat.format("Not implemented. columnName={0},bool={1}", columnName, bool)); //NOI18N }