X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.databoard%2Ftestcases%2Forg%2Fsimantics%2Fdataboard%2Ftests%2FTestHashcode.java;h=2aba2056671c1b741521b8a0f825f9f682adcc01;hb=ae20feb8fa4c5c2534979df4b1496dfd57e37413;hp=8872eb48d5cf9e80054b80d6227854b2b04bdbff;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.databoard/testcases/org/simantics/databoard/tests/TestHashcode.java b/bundles/org.simantics.databoard/testcases/org/simantics/databoard/tests/TestHashcode.java index 8872eb48d..2aba20566 100644 --- a/bundles/org.simantics.databoard/testcases/org/simantics/databoard/tests/TestHashcode.java +++ b/bundles/org.simantics.databoard/testcases/org/simantics/databoard/tests/TestHashcode.java @@ -1,24 +1,24 @@ -/******************************************************************************* - * 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.databoard.tests; - -import org.simantics.databoard.Datatypes; - -public class TestHashcode { - - public static void main(String[] args) { - - System.out.println( "byte: "+Datatypes.BYTE.hashCode() ); - System.out.println( "double: "+Datatypes.DOUBLE.hashCode() ); - - } -} +/******************************************************************************* + * 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.databoard.tests; + +import org.simantics.databoard.Datatypes; + +public class TestHashcode { + + public static void main(String[] args) { + + System.out.println( "byte: "+Datatypes.BYTE.hashCode() ); + System.out.println( "double: "+Datatypes.DOUBLE.hashCode() ); + + } +}