A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / text / spelling / engine / IPhoneticDistanceAlgorithm.java
index dd6eec7..9dc335e 100644 (file)
@@ -22,9 +22,9 @@ public interface IPhoneticDistanceAlgorithm {
         * Returns the non-negative phonetic distance between two words
         * 
         * @param from
-        *                  The first word
+        *            The first word
         * @param to
-        *                  The second word
+        *            The second word
         * @return The non-negative phonetic distance between the words.
         */
        public int getDistance(String from, String to);