X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.message%2Fsrc%2Forg%2Fsimantics%2Fmessage%2Futil%2FFormTextUtil.java;h=d083ee33840b8add2727c49bd32096a88723788e;hb=refs%2Fchanges%2F38%2F238%2F2;hp=1c09950a1118e95d9e6f2bdbf01361597ced4701;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.message/src/org/simantics/message/util/FormTextUtil.java b/bundles/org.simantics.message/src/org/simantics/message/util/FormTextUtil.java index 1c09950a1..d083ee338 100644 --- a/bundles/org.simantics.message/src/org/simantics/message/util/FormTextUtil.java +++ b/bundles/org.simantics.message/src/org/simantics/message/util/FormTextUtil.java @@ -1,29 +1,29 @@ -/******************************************************************************* - * Copyright (c) 2007, 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.message.util; - -/** - * @author Tuukka Lehtonen - */ -public final class FormTextUtil { - - /** - * Encloses the specified text within a <form> tag. - * - * @param text the text to enclose - * @return the enclosed text - */ - public static String form(String text) { - return TagUtil.tag(text, "form"); - } - -} +/******************************************************************************* + * Copyright (c) 2007, 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.message.util; + +/** + * @author Tuukka Lehtonen + */ +public final class FormTextUtil { + + /** + * Encloses the specified text within a <form> tag. + * + * @param text the text to enclose + * @return the enclosed text + */ + public static String form(String text) { + return TagUtil.tag(text, "form"); + } + +}