Remove empty method

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=146146386
This commit is contained in:
cgoldfeder 2017-01-31 11:49:41 -08:00 committed by Ben McIlwain
parent a0d6a81276
commit e15f75854f

View file

@ -193,10 +193,5 @@ public class HostResource extends EppResource implements ForeignKeyedEppResource
getInstance().lastTransferTime = lastTransferTime; getInstance().lastTransferTime = lastTransferTime;
return this; return this;
} }
@Override
public HostResource build() {
return super.build();
}
} }
} }