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

Allow whitespace for a type parameter in @param

XMLWordPrintable

      This bug is created and its description is copied from https://github.com/openjdk/jdk/pull/8264#issuecomment-1100237269:

      A drive-by observation: shouldn't we allow whitespace in between the type variable and the closing `>`?

      Currently, this is valid:
      ```
      @param < T> param
      ```
      while this is not:
      ```
      @param <T > param
      ```

      If we decide to allow whitespace in between the type variable and the closing `>`, it should be done in a separate PR.

            prappo Pavel Rappo (Inactive)
            prappo Pavel Rappo (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: