mirror of
https://github.com/google/nomulus.git
synced 2025-07-24 11:38:35 +02:00
Replace command.applyTo() with inlined builder operations
These are much easier to understand. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=137446273
This commit is contained in:
parent
b84d7f1fb5
commit
1dbc5f6bb0
28 changed files with 489 additions and 426 deletions
|
@ -5,11 +5,11 @@
|
|||
xmlns:host="urn:ietf:params:xml:ns:host-1.0">
|
||||
<host:name>%OLD-HOSTNAME%</host:name>
|
||||
<host:add>
|
||||
%ADD-HOSTADDRS%
|
||||
%ADD-HOSTADDRSORSTATUS%
|
||||
<host:status s="clientUpdateProhibited"/>
|
||||
</host:add>
|
||||
<host:rem>
|
||||
%REM-HOSTADDRS%
|
||||
%REM-HOSTADDRSORSTATUS%
|
||||
</host:rem>
|
||||
<host:chg>
|
||||
<host:name>%NEW-HOSTNAME%</host:name>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue