Revision a39e5b47 web_client/src/gr/grnet/pithos/web/client/AbstractPropertiesDialog.java

b/web_client/src/gr/grnet/pithos/web/client/AbstractPropertiesDialog.java
90 90
	}
91 91
	/**
92 92
	 * Retrieves all user tags from the server and updates the FlowPanel
93
	 *
94
	 * @param userId
95 93
	 */
96 94
	protected void updateTags() {
97 95
		GetCommand<TagsResource> tc = new GetCommand<TagsResource>(TagsResource.class, Pithos.get().getCurrentUserResource().getTagsPath(),null) {

Also available in: Unified diff