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

Spelling mistake in java docs in LinkedHashMap.java class file.

    XMLWordPrintable

Details

    Description

      ADDITIONAL SYSTEM INFORMATION :
      Windows 10

      A DESCRIPTION OF THE PROBLEM :
      method: protected boolean removeEldestEntry(Map.Entry<K,V> eldest)
      there is a spelling mistake in docs. 'if' is mis-spelled as 'it'.

      * @param eldestThe least recently inserted entry in the map, or if
           * this is an access-ordered map, the least recently accessed
           * entry. This is the entry that will be removed ___it___ (this should be if)
           * this method returns {@code true}.



      FREQUENCY : always


      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: