Organized imports
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / core / CompilationUnitProblemFinder.java
index cd10093..9e1482f 100644 (file)
@@ -131,7 +131,7 @@ public class CompilationUnitProblemFinder extends Compiler {
                throws JavaModelException {
                return (SearchableEnvironment) ((JavaProject) sourceUnit.getJavaProject())
                        .getSearchableNameEnvironment();
-       }
+       } 
 
        /*
         * Answer the component to which will be handed back compilation results from the compiler
@@ -315,6 +315,7 @@ public class CompilationUnitProblemFinder extends Compiler {
                                System.out.println("PROBLEM FOUND while reconciling : "+problems[i].getMessage());//$NON-NLS-1$
                        }
                        if (monitor != null && monitor.isCanceled()) break;
+                       
                        problemRequestor.acceptProblem(problems[i]);                            
                }
        }