Fix --remote option to replication start

Declaring --remote as a 'Set<String>' field trips args4j's
Setters.create(), which only treats List, Map, and Arrays as
multi-value containers. Use a method-based @Option that adds
each --remote value into a Set<String> to work around this.

Change-Id: Ic4b4242f3c9ac05b822f2b62141ba34270619f70
(cherry picked from commit 87a975dd6a62d383fc2d3914162365976123e1c2)
1 file changed
tree: c28091e20ec611130f1691c84bf1954aa34422c5
  1. .settings/
  2. src/
  3. .gitignore
  4. .mailmap
  5. BUILD
  6. LICENSE