Removed now-illegal assertNotReadOnly() calls

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@571325 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Patrick Linskey 2007-08-30 21:48:57 +00:00
parent 44db5768cd
commit a61ecf0ff0
1 changed files with 0 additions and 2 deletions

View File

@ -1386,7 +1386,6 @@ public class OpenJPAConfigurationImpl
}
public void setCacheMarshallers(String marshallers) {
assertNotReadOnly();
cacheMarshallerPlugins.setString(marshallers);
}
@ -1395,7 +1394,6 @@ public class OpenJPAConfigurationImpl
}
public void setRuntimeUnenhancedClasses(String mode) {
assertNotReadOnly();
runtimeUnenhancedClasses.setString(mode);
}