Revision c5070ebe src/gr/ebs/gss/client/rest/resource/UserSearchResource.java

b/src/gr/ebs/gss/client/rest/resource/UserSearchResource.java
24 24
import com.google.gwt.json.client.JSONArray;
25 25
import com.google.gwt.json.client.JSONObject;
26 26
import com.google.gwt.json.client.JSONParser;
27
import com.google.gwt.user.client.ui.TreeItem;
27 28

  
28 29
/**
29 30
 * A container for the results of a search query for users.
......
78 79
	public String getLastModifiedSince() {
79 80
		return null;
80 81
	}
82
	/**
83
	 * Bugzilla – Bug 371, Add history support for folder navigation
84
	 */
85
	public void updateHistoryAbs(TreeItem item, String path){
86
		throw new UnsupportedOperationException();
87
	}
81 88
}

Also available in: Unified diff