Uploaded image for project: 'Pluto'
  1. Pluto
  2. PLUTO-524

Error in org.apache.pluto.core.DefaultUserInfoService

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.1.6
    • 1.1.7
    • None
    • None

    Description

      In org.apache.pluto.core.DefaultUserInfoService

      private Map userInfoMap = new HashMap();
      ...
      public void setUserInfo(String userName, Map userInfoMap)

      { userInfoMap.put(userName, userInfoMap); }

      It would be more useful if the args of setUserInfo were stored in this.userInfoMap rather than in the Map arg itself.

      Attachments

        Activity

          People

            edalquist Eric Dalquist
            derek Derek Alexander
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: