A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse.externaltools / src / net / sourceforge / phpdt / externaltools / variable / BuildTypeExpander.java
index 306d459..7da48fd 100644 (file)
@@ -2,7 +2,8 @@ package net.sourceforge.phpdt.externaltools.variable;
 
 public class BuildTypeExpander implements IVariableTextExpander {
 
-       public String getText(String varTag, String varValue, ExpandVariableContext context) {
+       public String getText(String varTag, String varValue,
+                       ExpandVariableContext context) {
                return context.getBuildType();
        }