Revision a853017c src/gr/grnet/pithos/web/client/rest/resource/FolderResource.java

b/src/gr/grnet/pithos/web/client/rest/resource/FolderResource.java
1 1
/*
2
 * Copyright 2009, 2010 Electronic Business Systems Ltd.
3
 *
4
 * This file is part of GSS.
5
 *
6
 * GSS is free software: you can redistribute it and/or modify
7
 * it under the terms of the GNU General Public License as published by
8
 * the Free Software Foundation, either version 3 of the License, or
9
 * (at your option) any later version.
10
 *
11
 * GSS is distributed in the hope that it will be useful,
12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
 * GNU General Public License for more details.
15
 *
16
 * You should have received a copy of the GNU General Public License
17
 * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
2
 *  Copyright (c) 2011 Greek Research and Technology Network
18 3
 */
19 4

  
20 5
package gr.grnet.pithos.web.client.rest.resource;
......
38 23
import com.google.gwt.json.client.JSONParser;
39 24
import com.google.gwt.user.client.ui.TreeItem;
40 25

  
41
/**
42
 * @author kman
43
 */
44 26
public class FolderResource extends RestResource {
45 27

  
46 28
	public FolderResource(String aUri) {

Also available in: Unified diff