public PhabObjectWithId()

in src/main/java/com/googlesource/gerrit/plugins/its/phabricator/conduit/results/PhabObjectWithId.java [24:27]


  public PhabObjectWithId(String phid, int id) {
    super(phid);
    this.id = id;
  }