X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/java/JavaStringAutoIndentStrategySQ.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/java/JavaStringAutoIndentStrategySQ.java index 5741824..3cc2044 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/java/JavaStringAutoIndentStrategySQ.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/java/JavaStringAutoIndentStrategySQ.java @@ -1,10 +1,10 @@ /******************************************************************************* * Copyright (c) 2000, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html - * + * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ @@ -35,7 +35,7 @@ public class JavaStringAutoIndentStrategySQ extends DefaultIndentLineAutoEditStr /** * The input string doesn't contain any line delimiter. - * + * * @param inputString the given input string * @return the displayable string. */ @@ -113,7 +113,7 @@ public class JavaStringAutoIndentStrategySQ extends DefaultIndentLineAutoEditStr /** * Creates a new Java string auto indent strategy for the given document partitioning. - * + * * @param partitioning the document partitioning */ public JavaStringAutoIndentStrategySQ(String partitioning) {