Skip to content

Commit

Permalink
phax#18 Minor CSE javadoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leventov committed Oct 6, 2014
1 parent bc32a3b commit d801c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/helger/jcodemodel/optimize/CSE.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* track taken variable names, and even couldn't do that, because there could be
* higher-level scopes, about which the algorithm is not aware), but it
* shouldn't turn compiling and correct code into compiling, but invalid code,
* it's premises met (single threading and absence of side effects).
* if the premises met (single threading and absence of side effects).
*
* @author Roman Leventov <leventov@ya.ru>
* @see #optimize(JBlock)
Expand Down

0 comments on commit d801c27

Please sign in to comment.