Replaced package names from org.opendaylight.controller to org.opendaylight.yangtools...
[yangtools.git] / yang-model-api / src / main / java / org / opendaylight / controller / yang / model / api / type / PatternConstraint.java
diff --git a/yang-model-api/src/main/java/org/opendaylight/controller/yang/model/api/type/PatternConstraint.java b/yang-model-api/src/main/java/org/opendaylight/controller/yang/model/api/type/PatternConstraint.java
deleted file mode 100644 (file)
index 9716d36..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * Copyright (c) 2013 Cisco Systems, Inc. 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.controller.yang.model.api.type;
-
-import org.opendaylight.controller.yang.model.api.ConstraintMetaDefinition;
-
-public interface PatternConstraint extends ConstraintMetaDefinition {
-
-    public String getRegularExpression();
-}