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

@return has already been specified

XMLWordPrintable

    • b20
    • Not verified

      javadoc reported this:


      play/javadoc-demo/src/java.base/java/time/chrono/IsoChronology.java:673: warning: @return has already been specified
           * @return the ISO period, not null

      The code shows:

          /**
           * Obtains a period for this chronology based on years, months and days.
           * <p>
           * This returns a period tied to the ISO chronology using the specified
           * years, months and days. See {@link Period} for further details.
           *
           * @param years the number of years, may be negative
           * @param months the number of years, may be negative
           * @param days the number of years, may be negative
           * @return the period in terms of this chronology, not null
           * @return the ISO period, not null
           */

            naoto Naoto Sato
            jjg Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: