1
0
mirror of https://github.com/google/nomulus synced 2026-01-05 04:56:03 +00:00

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;
return this;
}
@Override
public HostResource build() {
return super.build();
}
}
}