X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.trend%2Fsrc%2Forg%2Fsimantics%2Ftrend%2Fimpl%2FMilestoneSpec.java;h=f8f196bfc943c6fdf49aa36d5af40667e4c1e0a6;hb=fee871302ad4c53ca2c2307bd13366d99116d930;hp=c54ad97bc6e1ca4991f677af683b5038d53e11f7;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.trend/src/org/simantics/trend/impl/MilestoneSpec.java b/bundles/org.simantics.trend/src/org/simantics/trend/impl/MilestoneSpec.java index c54ad97bc..f8f196bfc 100644 --- a/bundles/org.simantics.trend/src/org/simantics/trend/impl/MilestoneSpec.java +++ b/bundles/org.simantics.trend/src/org/simantics/trend/impl/MilestoneSpec.java @@ -1,32 +1,32 @@ -/******************************************************************************* - * Copyright (c) 2007, 2011 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.trend.impl; - -import java.util.ArrayList; - -import org.simantics.databoard.util.Bean; - -public class MilestoneSpec extends Bean { - - public static MilestoneSpec EMPTY; - - public ArrayList milestones = new ArrayList<>(); - - // Index of baseline milestone, or -1 - public int baseline = -1; - - static { - EMPTY = new MilestoneSpec(); - EMPTY.init(); - } - -} +/******************************************************************************* + * Copyright (c) 2007, 2011 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.trend.impl; + +import java.util.ArrayList; + +import org.simantics.databoard.util.Bean; + +public class MilestoneSpec extends Bean { + + public static MilestoneSpec EMPTY; + + public ArrayList milestones = new ArrayList<>(); + + // Index of baseline milestone, or -1 + public int baseline = -1; + + static { + EMPTY = new MilestoneSpec(); + EMPTY.init(); + } + +}