X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.databoard%2Fsrc%2Forg%2Fsimantics%2Fdataboard%2Fbinding%2Fmutable%2FMutableStringBinding.java;h=496445a3983f046b22fa5ca17bd2b7998aa03757;hb=694c553a3c402b9397ff99e904b4f99b77b51df1;hp=9b5645aae00bacf74f7170661664fa48c7078059;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.databoard/src/org/simantics/databoard/binding/mutable/MutableStringBinding.java b/bundles/org.simantics.databoard/src/org/simantics/databoard/binding/mutable/MutableStringBinding.java index 9b5645aae..496445a39 100644 --- a/bundles/org.simantics.databoard/src/org/simantics/databoard/binding/mutable/MutableStringBinding.java +++ b/bundles/org.simantics.databoard/src/org/simantics/databoard/binding/mutable/MutableStringBinding.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.binding.mutable; -import org.simantics.databoard.binding.StringBinding; -import org.simantics.databoard.binding.error.BindingException; -import org.simantics.databoard.primitives.MutableString; -import org.simantics.databoard.type.StringType; +import org.simantics.databoard.binding.StringBinding; +import org.simantics.databoard.binding.error.BindingException; +import org.simantics.databoard.primitives.MutableString; +import org.simantics.databoard.type.StringType; /** * Binds StringType to {@link MutableString}