Do not generate union builders
[mdsal.git] / model / ietf / rfc8776-ietf-te-types / src / main / java / org / opendaylight / yang / gen / v1 / urn / ietf / params / xml / ns / yang / ietf / te / types / rev200610 / PathAttributeFlagsBuilder.java
diff --git a/model/ietf/rfc8776-ietf-te-types/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/te/types/rev200610/PathAttributeFlagsBuilder.java b/model/ietf/rfc8776-ietf-te-types/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/te/types/rev200610/PathAttributeFlagsBuilder.java
deleted file mode 100644 (file)
index af6bce2..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * Copyright (c) 2020 PANTHEON.tech, s.r.o. and others.  All rights reserved.
- *
- * This program and the accompanying materials are made available under the
- * terms of the Eclipse Public License v1.0 which accompanies this distribution,
- * and is available at http://www.eclipse.org/legal/epl-v10.html
- */
-package org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.te.types.rev200610;
-
-public class PathAttributeFlagsBuilder {
-    private PathAttributeFlagsBuilder() {
-        // Hidden on purpose
-    }
-
-    public static PathAttributeFlags getDefaultInstance(final String defaultValue) {
-        throw new UnsupportedOperationException("Not yet implemented");
-    }
-}