Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8308646

Typo in ConstantValueAttribute

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P5 P5
    • 22
    • 21
    • core-libs

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

      should be

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

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

              Created:
              Updated:
              Resolved: