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

b/src/gr/ebs/gss/client/rest/resource/SearchResource.java
27 27
import com.google.gwt.json.client.JSONArray;
28 28
import com.google.gwt.json.client.JSONObject;
29 29
import com.google.gwt.json.client.JSONParser;
30
import com.google.gwt.user.client.ui.TreeItem;
30 31

  
31 32
/**
32 33
 * @author kman
......
122 123
	public String getLastModifiedSince() {
123 124
		return null;
124 125
	}
126
	/**
127
	 * Bugzilla – Bug 371, Add history support for folder navigation
128
	 */
129
	public void updateHistoryAbs(TreeItem item, String path){
130
		throw new UnsupportedOperationException();
131
	}
125 132

  
126 133
}

Also available in: Unified diff