Updated copyright
[pithos-web-client] / src / gr / grnet / pithos / web / client / commands / ResreshOthersSharesCommand.java
index d1cbe2d..41428e9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2011 GRNET S.A. All rights reserved.
+ * Copyright 2011-2012 GRNET S.A. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or
  * without modification, are permitted provided that the following
@@ -49,7 +49,7 @@ public class ResreshOthersSharesCommand implements Command{
        public void execute() {
                containerPanel.hide();
                //TODO:CELLTREE
-               //GSS.get().getFolders().update( GSS.get().getFolders().getCurrent());
+               //app.getFolders().update( app.getFolders().getCurrent());
        }
 
 }