X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.databoard%2Ftestcases%2Forg%2Fsimantics%2Fdataboard%2Ftests%2FStringTest.java;h=e9d938f815991d5715d93562f6cb4168e3b26ca3;hb=ff1337ff96700fb157ec789cbef88b8f40e03798;hp=f34e239b5bf0cc68f3607ea8e78a997532b8e973;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.databoard/testcases/org/simantics/databoard/tests/StringTest.java b/bundles/org.simantics.databoard/testcases/org/simantics/databoard/tests/StringTest.java index f34e239b5..e9d938f81 100644 --- a/bundles/org.simantics.databoard/testcases/org/simantics/databoard/tests/StringTest.java +++ b/bundles/org.simantics.databoard/testcases/org/simantics/databoard/tests/StringTest.java @@ -1,18 +1,18 @@ -/******************************************************************************* - * 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.tests; -import java.nio.charset.Charset; -import java.util.Random; +import java.nio.charset.Charset; +import java.util.Random; public class StringTest {