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

Javadoc for Offsettime has "." where it should be ":" prior to seconds

XMLWordPrintable

    • b16
    • Not verified

      A DESCRIPTION OF THE PROBLEM :
      the value "13:45.30.123456789+02:00" can be stored in an OffsetTime.

      should be

      the value "13:45:30.123456789+02:00" can be stored in an OffsetTime.

      EXPECTED VERSUS ACTUAL BEHAVIOR :
      EXPECTED -
      l
      the value "13:45:30.123456789+02:00" can be stored in an OffsetTime.
      ACTUAL -
      the value "13:45.30.123456789+02:00" can be stored in an OffsetTime.

      URL OF FAULTY DOCUMENTATION :
      https://docs.oracle.com/javase/8/docs/api/java/time/OffsetTime.html

            naoto Naoto Sato
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: