Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ public String generate(Object argument)
final StringBuffer stringBuffer = new StringBuffer();

/**
* Copyright (c) 2002-2011 IBM Corporation and others.
* Copyright (c) 2002-2013 IBM Corporation 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%@ jet package="org.eclipse.emf.codegen.ecore.templates.model" imports="java.util.* org.eclipse.emf.codegen.ecore.genmodel.* org.eclipse.emf.codegen.util.CodeGenUtil" class="ValidatorClass"%>
<%
/**
* Copyright (c) 2002-2011 IBM Corporation and others.
* Copyright (c) 2002-2013 IBM Corporation 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
Expand Down Expand Up @@ -656,5 +656,6 @@ public class <%=genPackage.getValidatorClassName()%> extends <%=genModel.getImpo
}

<%}%>
<%@ include file="ValidatorClass/insert.javajetinc" fail="silent" %>
} //<%=genPackage.getValidatorClassName()%>
<%genModel.emitSortedImports();%>
Loading