X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=third-party%2Fatomix%2Fstorage%2Fsrc%2Fmain%2Fjava%2Fio%2Fatomix%2Futils%2Fserializer%2Fserializers%2FDefaultSerializers.java;fp=third-party%2Fatomix%2Fstorage%2Fsrc%2Fmain%2Fjava%2Fio%2Fatomix%2Futils%2Fserializer%2Fserializers%2FDefaultSerializers.java;h=0000000000000000000000000000000000000000;hb=9485594ccff8e7af19a450a63d7120bb03ce9602;hp=849a67c0b86e46b9441b32e10d39516f1c668913;hpb=0a25373f9b4ccf115ca617d5c2e03f353aa06c04;p=controller.git diff --git a/third-party/atomix/storage/src/main/java/io/atomix/utils/serializer/serializers/DefaultSerializers.java b/third-party/atomix/storage/src/main/java/io/atomix/utils/serializer/serializers/DefaultSerializers.java deleted file mode 100644 index 849a67c0b8..0000000000 --- a/third-party/atomix/storage/src/main/java/io/atomix/utils/serializer/serializers/DefaultSerializers.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Copyright 2017-present Open Networking Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package io.atomix.utils.serializer.serializers; - -import io.atomix.utils.serializer.Serializer; - -/** - * Default serializers. - */ -public class DefaultSerializers { - - /** - * Basic serializer. - */ - public static final Serializer BASIC = Serializer.builder().build(); - - private DefaultSerializers() { - } -}