a space is needed for the unsupported protocol exception message in ProtocolVersion

XMLWordPrintable

      In class sun.security.ssl.ProtocolVersion, the exception message for unsupported protocol needs a space.
      ProtocolVersion pv = ProtocolVersion.nameOf(pn);
      if (pv == null) {
          throw new IllegalArgumentException(
                 "Unsupported protocol" + pn);
      }

            Assignee:
            John Jiang
            Reporter:
            John Jiang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: