2 * Copyright (c) 2020 PANTHEON.tech, s.r.o. and others. All rights reserved.
4 * This program and the accompanying materials are made available under the
5 * terms of the Eclipse Public License v1.0 which accompanies this distribution,
6 * and is available at http://www.eclipse.org/legal/epl-v10.html
8 package org.opendaylight.yangtools.yang.model.spi.stmt.impl.decl;
10 import org.opendaylight.yangtools.yang.common.Revision;
11 import org.opendaylight.yangtools.yang.model.api.stmt.RevisionDateStatement;
12 import org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredStatement.ArgumentToString;
14 public final class EmptyRevisionDateStatement extends ArgumentToString<Revision> implements RevisionDateStatement {
15 public EmptyRevisionDateStatement(final Revision argument) {