X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.databoard%2Fsrc%2Forg%2Fsimantics%2Fdataboard%2Fparser%2Fast%2Ftype%2FAstTupleType.java;h=305cc6ad2d2d614850641bc3cf20f8486e06c81d;hb=refs%2Fchanges%2F38%2F238%2F2;hp=24da7a2dcbe99c73f5fa5e1a693bb433090fd9a7;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.databoard/src/org/simantics/databoard/parser/ast/type/AstTupleType.java b/bundles/org.simantics.databoard/src/org/simantics/databoard/parser/ast/type/AstTupleType.java index 24da7a2dc..305cc6ad2 100644 --- a/bundles/org.simantics.databoard/src/org/simantics/databoard/parser/ast/type/AstTupleType.java +++ b/bundles/org.simantics.databoard/src/org/simantics/databoard/parser/ast/type/AstTupleType.java @@ -1,20 +1,20 @@ -/******************************************************************************* - * Copyright (c) 2010 Association for Decentralized Information Management in - * Industry THTH ry. - * 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 - * - * Contributors: - * VTT Technical Research Centre of Finland - initial API and implementation - *******************************************************************************/ +/******************************************************************************* + * Copyright (c) 2010 Association for Decentralized Information Management in + * Industry THTH ry. + * 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 + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.databoard.parser.ast.type; -import java.util.List; - -import org.simantics.databoard.parser.ast.type.visitor.AstTypeVisitor; -import org.simantics.databoard.parser.ast.type.visitor.AstTypeVisitorVoid; +import java.util.List; + +import org.simantics.databoard.parser.ast.type.visitor.AstTypeVisitor; +import org.simantics.databoard.parser.ast.type.visitor.AstTypeVisitorVoid; public class AstTupleType extends AstType { public final List components;