X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.history%2Ftest%2Forg%2Fsimantics%2Fhistory%2Ftest%2FScratch1.java;h=560370ceae2f01c128831f1cea0b2d8ce22c6f0d;hb=44342cceec520f2e869ff43757ebb1d079f47030;hp=fdf38992b75230921a39d21d785bc13487ad71dd;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.history/test/org/simantics/history/test/Scratch1.java b/bundles/org.simantics.history/test/org/simantics/history/test/Scratch1.java index fdf38992b..560370cea 100644 --- a/bundles/org.simantics.history/test/org/simantics/history/test/Scratch1.java +++ b/bundles/org.simantics.history/test/org/simantics/history/test/Scratch1.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.history.test; - -import java.util.Formatter; - -public class Scratch1 { - - public static void main(String[] args) { - Formatter f = new Formatter( System.out ); - f.format("%08X\n", 500); - System.out.println( String.format("%08X", 500) ); - } - -} +/******************************************************************************* + * 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.history.test; + +import java.util.Formatter; + +public class Scratch1 { + + public static void main(String[] args) { + Formatter f = new Formatter( System.out ); + f.format("%08X\n", 500); + System.out.println( String.format("%08X", 500) ); + } + +}