thorw exception on unimplemeted method call

This commit is contained in:
Peter Hormanns 2016-08-15 20:09:28 +02:00
parent 2cd335c7d4
commit 33ac0c744a

View File

@ -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");
} }
} }