Typo in ConstantValueAttribute

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P5
    • 22
    • Affects Version/s: 21
    • Component/s: core-libs

      default -> throw new IllegalArgumentException("Invalid ConstantValueAtrtibute value: " + value);

      should be

      default -> throw new IllegalArgumentException("Invalid ConstantValueAttribute value: " + value);

            Assignee:
            Adam Sotona
            Reporter:
            Per-Ake Minborg
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: