updating comment
authorAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Mon, 14 Oct 2013 13:53:38 +0000 (13:53 +0000)
committerAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Mon, 14 Oct 2013 13:53:38 +0000 (13:53 +0000)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/store/LoginManager.java

index 37e1f12060316fa4eb626e50b5838b474162fd1c..76a730a1bcbd7fc4bd90293a4bb28dd568542828 100644 (file)
@@ -54,8 +54,7 @@ public class LoginManager extends Observable implements IConversationEnabled, IC
         */
        public boolean authenticate(String username, String password){
 
-               // close all open editors, this will close all open conversations
-               // otherwise the users granted authorities might not be up to date
+               // close all open editors
                if(!StoreUtil.closeAll()){
                        return false;
                }