public Greeted()

in src/main/g8/src/main/java/$package$/Greeter.java [26:29]


    public Greeted(String whom, ActorRef<Greet> from) {
      this.whom = whom;
      this.from = from;
    }