Project

General

Profile

« Previous | Next » 

Revision 42174

Repo Bye

View differences:

RepoInternalController.java
10 10
import org.apache.commons.logging.Log;
11 11
import org.apache.commons.logging.LogFactory;
12 12
import org.springframework.stereotype.Controller;
13
import org.springframework.ui.ModelMap;
14 13
import org.springframework.web.bind.annotation.RequestMapping;
15 14
import org.springframework.web.bind.annotation.RequestParam;
16 15
import org.springframework.web.bind.annotation.ResponseBody;
......
132 131
		return true;
133 132
	}
134 133

  
135
	@RequestMapping("/ui/repos/repoApi.html")
136
	public void resetRepoApiCompliance(final ModelMap map) throws Exception {}
137

  
138 134
	@RequestMapping("/ui/repoApi.new")
139 135
	public @ResponseBody boolean addRepoApi(@RequestParam(value = "repoId", required = true) final String repoId,
140 136
			@RequestParam(value = "iface", required = true) final String ifaceJson) throws DatasourceManagerServiceException {

Also available in: Unified diff