diff options
Diffstat (limited to 'languages/java/java.g')
| -rw-r--r-- | languages/java/java.g | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/languages/java/java.g b/languages/java/java.g index 59f7e0cd..64902409 100644 --- a/languages/java/java.g +++ b/languages/java/java.g @@ -698,7 +698,7 @@ handler  //            ( 2)  * / %  //            ( 1)  ++ -- +(unary) -(unary)  ~  !  (type)  //                  []   () (method call)  . (dot -- identifier qualification) -//                  new   ()  (explicit tqparenthesis) +//                  new   ()  (explicit parenthesis)  //  // the last two are not usually on a precedence chart; I put them in  // to point out that new has a higher precedence than '.', so you | 
