Renamed static factory method to match return type

This commit is contained in:
Collin Smith 2020-09-02 01:41:03 -07:00
parent 28a219d5cd
commit 4cc595da29

View File

@ -14,7 +14,7 @@ public abstract class Attributes implements Iterable<StatGetter> {
* descriptions
*/
public static AggregateAttributes fixedAttributes() {
public static AggregateAttributes aggregateAttributes() {
return new AggregateAttributes();
}