[jOOQ/jOOQ#982] Try again: Fix compilation regression on javac
This commit is contained in:
parent
b289dc2df1
commit
22b6ccced3
@ -6229,7 +6229,8 @@ final class DefaultParseContext extends AbstractScope implements ParseContext {
|
||||
|
||||
case 'U':
|
||||
if (parseKeywordIf("UNIQUE"))
|
||||
return unique(parseParenthesised(c -> (Select) parseWithOrSelect()));
|
||||
// javac can't infer this (?)
|
||||
return unique(this.<Select<?>>parseParenthesised(c -> parseWithOrSelect()));
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user