Renamed DynamicValue.clone to DynamicValue.copy

This commit is contained in:
North 2012-12-23 14:58:44 +02:00
parent 5305c3bfaa
commit 5dbe482662
70 changed files with 80 additions and 80 deletions

View file

@ -23,7 +23,7 @@ public class SourcePermanentPowerCount implements DynamicValue {
}
@Override
public DynamicValue clone() {
public DynamicValue copy() {
return new SourcePermanentPowerCount();
}