Uploaded image for project: 'FOP'
  1. FOP
  2. FOP-2082

simple bug in HyphenationTreeCache

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Resolution: Fixed
    • 2.5
    • None
    • layout/unqualified
    • None
    • Operating System: All
      Platform: PC
    • 53458

    Description

      in method constructUserKey() i found this code near line 82:

      if (hyphPatNames != null)

      { String key = constructLlccKey(lang, country); key.replace('_', '-'); <<<<<<<< ======= !!!! userKey = (String) hyphPatNames.get(key); }

      return userKey;

      it should be
      key = key.replace('_', '-');

      the code as it is now is without effect.

      Attachments

        Activity

          People

            fop-dev@xmlgraphics.apache.org fop-dev
            dvholten Dieter von Holten
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: