Skip to content

Commit

Permalink
try to be efficient
Browse files Browse the repository at this point in the history
  • Loading branch information
JPMoresmau committed Oct 7, 2011
1 parent c875843 commit b65c502
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -97,9 +97,9 @@ protected IStatus run(IProgressMonitor monitor) {
try {
monitor.beginTask(jobNamePrefix, IProgressMonitor.UNKNOWN);
long t0=System.currentTimeMillis();
if (doc!=null){
realFacade.write(f, doc.get());
}
/*if (doc!=null){
realFacade.write(f, doc.get()); // the write is done by ScionTokenScanner
}*/
long t1=System.currentTimeMillis();
BuildWrapperPlugin.deleteProblems(f);
boolean buildOK= doc!=null
Expand Down

0 comments on commit b65c502

Please sign in to comment.