public CommandWithParserIdentifier()

in text-translators-agent/src/jetbrains/buildServer/agent/messages/regex/ParserCommand.java [139:142]


    public CommandWithParserIdentifier(@NotNull final Scope scope, @NotNull final ParserId parserId) {
      super(scope);
      myParserId = parserId;
    }