Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-7044

Fix naming error in EntryEvictionConfiguration API when setting the algorithm (setAlgotithm)

    XMLWordPrintable

Details

    • Unknown

    Description

          /**
           * @param mode the ordering/storing algorithm used by the cache.
           */
          public void setAlgotithm(Algorithm mode)
          {
              this.mode = mode;
          }
      

      To be replaced by:

          /**
           * @param mode the ordering/storing algorithm used by the cache.
           */
          public void setAlgorithm(Algorithm mode)
          {
              this.mode = mode;
          }
      

      Attachments

        Activity

          People

            vmassol Vincent Massol
            vmassol Vincent Massol
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: