mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
17-FixMemoryIssues
This commit is contained in:
parent
70a98f08fe
commit
d99971852e
2 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ public class ConversionService {
|
|||
/**
|
||||
* Exception while serializing/deserializing with jaxb.
|
||||
*/
|
||||
public class ConversionException extends RuntimeException {
|
||||
public static class ConversionException extends RuntimeException {
|
||||
|
||||
private static final long serialVersionUID = 7950889507519996452L;
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import static org.mockito.Mockito.*;
|
|||
public class BaseResolverConfigurationTest {
|
||||
|
||||
@RequiredArgsConstructor
|
||||
private class TestResolvingStrategy extends StrictRelativeResolvingStrategy {
|
||||
private static class TestResolvingStrategy extends StrictRelativeResolvingStrategy {
|
||||
|
||||
void setInternalProperty(final SchemaFactory factory, final boolean lenient) {
|
||||
allowExternalSchema(factory, lenient, NOT_EXISTING_SCHEME);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue