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

Syntax errors in hitEnd and requireEnd methods documentation

XMLWordPrintable

      A DESCRIPTION OF THE PROBLEM :
      - In java.util.regex.Matcher.hitEnd() method documentation, in return section, in the following sentence "true iff the end of input was hit in the last match; false otherwise" the word 'iff' should replaced by 'if'.

      - In java.util.regex.Matcher.requireEnd() method documentation, in return section, in the following sentence "true iff more input could change a positive match into a negative one." the word 'iff' should replaced by 'if'.


      URL OF FAULTY DOCUMENTATION :
      https://docs.oracle.com/javase/9/docs/api/java/util/regex/Matcher.html

            smarks Stuart Marks
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: