mirror of https://github.com/apache/openjpa.git
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:
parent
44db5768cd
commit
a61ecf0ff0
|
@ -1386,7 +1386,6 @@ public class OpenJPAConfigurationImpl
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setCacheMarshallers(String marshallers) {
|
public void setCacheMarshallers(String marshallers) {
|
||||||
assertNotReadOnly();
|
|
||||||
cacheMarshallerPlugins.setString(marshallers);
|
cacheMarshallerPlugins.setString(marshallers);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1395,7 +1394,6 @@ public class OpenJPAConfigurationImpl
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setRuntimeUnenhancedClasses(String mode) {
|
public void setRuntimeUnenhancedClasses(String mode) {
|
||||||
assertNotReadOnly();
|
|
||||||
runtimeUnenhancedClasses.setString(mode);
|
runtimeUnenhancedClasses.setString(mode);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue