Fixed bug when displaying folder tree after the second level. Now the tree works...
[pithos-web-client] / src / gr / grnet / pithos / web / client / rest / CallbackList.java
index 9ab53de..b2c0898 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest;
 
@@ -26,10 +11,6 @@ import com.google.gwt.user.client.rpc.AsyncCallback;
 
 
 
-/**
- * @author kman
- *
- */
 public class CallbackList<T> implements AsyncCallback<T>{
        List<T> result = new ArrayList();
        boolean erroneous = false;