X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.common%2Fsrc%2Forg%2Fsimantics%2Fcommon%2Fformat%2FFormatter.java;h=dba3292aaedf1334eaedf4c7a72fb8b069c04903;hp=de8e68b02cc54bf2b9e132090e8f51765ba863a8;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=969bd23cab98a79ca9101af33334000879fb60c5 diff --git a/bundles/org.simantics.common/src/org/simantics/common/format/Formatter.java b/bundles/org.simantics.common/src/org/simantics/common/format/Formatter.java index de8e68b02..dba3292aa 100644 --- a/bundles/org.simantics.common/src/org/simantics/common/format/Formatter.java +++ b/bundles/org.simantics.common/src/org/simantics/common/format/Formatter.java @@ -1,10 +1,10 @@ -package org.simantics.common.format; - -/* - * This interface performs string formatting for arbitrary input. Implementations usually make some assumptions about the input. - */ -public interface Formatter { - - String format(Object object); - -} +package org.simantics.common.format; + +/* + * This interface performs string formatting for arbitrary input. Implementations usually make some assumptions about the input. + */ +public interface Formatter { + + String format(Object object); + +}