Extend GroupedWeightedWithin to accept maxWeight and maxNumber simultaneously #30020
This commit is contained in:
parent
23f703fa08
commit
1044c4996e
11 changed files with 194 additions and 17 deletions
|
|
@ -35,7 +35,7 @@ class SerialVersionRemoverPhase extends PluginPhase {
|
|||
if (tree.symbol.getAnnotation(defn.SerialVersionUIDAnnot).isDefined && tree.symbol.is(Trait)) {
|
||||
tree.symbol.removeAnnotation(defn.SerialVersionUIDAnnot)
|
||||
}
|
||||
|
||||
|
||||
tree
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue