sources/src/main/java/com/google/solutions/jitaccess/catalog/policy/PolicyDocument.java [209:217]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      @NotNull PolicyDocument.Issue.Code code,
      @NotNull String format,
      Object... args
    ) {
      var description = new Formatter()
        .format(format, args)
        .toString();

      this.issues.add(new Issue(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



sources/src/main/java/com/google/solutions/jitaccess/catalog/policy/PolicyDocument.java [225:233]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      @NotNull PolicyDocument.Issue.Code code,
      @NotNull String format,
      Object... args
    ) {
      var description = new Formatter()
        .format(format, args)
        .toString();

      this.issues.add(new Issue(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



