mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-20 09:17:29 +07:00
Renamed static factory method to match return type
This commit is contained in:
parent
28a219d5cd
commit
4cc595da29
@ -14,7 +14,7 @@ public abstract class Attributes implements Iterable<StatGetter> {
|
||||
* descriptions
|
||||
*/
|
||||
|
||||
public static AggregateAttributes fixedAttributes() {
|
||||
public static AggregateAttributes aggregateAttributes() {
|
||||
return new AggregateAttributes();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user