Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand authored and khmarbaise committed May 3, 2019
1 parent 6873a7b commit 62438bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,7 @@ private static List<String> removeEmptyCompileSourceRoots( List<String> compileS

/**
* We just compare the timestamps of all local dependency files (inter-module dependency classpath) and the own
* generated classes and if we got a file which is &gt;= the buid-started timestamp, then we catched a file which
* generated classes and if we got a file which is &gt;= the build-started timestamp, then we caught a file which
* got changed during this build.
*
* @return <code>true</code> if at least one single dependency has changed.
Expand Down

0 comments on commit 62438bb

Please sign in to comment.