thorw exception on unimplemeted method call
This commit is contained in:
parent
2cd335c7d4
commit
33ac0c744a
@ -31,8 +31,7 @@ public class ReferredStringPersistentObjectMapper implements PersistentObjectMap
|
|||||||
@Override
|
@Override
|
||||||
public void writeValueToPersistentObject(final Object persistentObject,
|
public void writeValueToPersistentObject(final Object persistentObject,
|
||||||
final String propertyName, final String value) throws TechnicalException {
|
final String propertyName, final String value) throws TechnicalException {
|
||||||
// TODO Auto-generated method stub
|
throw new TechnicalException("writeValueToPersistentObject not implemented");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user