git://git.phpeclipse.com
/
phpeclipse.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
0492d21621031f22d81c8f2e2337936bbc0e64b3
[phpeclipse.git]
/
1
package net.sourceforge.phpeclipse.wiki.actions.httpquery;
2
3
4
public class KodersAction extends AbstractHTTPQueryAction {
5
6
public KodersAction() {
7
super();
8
}
9
10
protected String getUrl(String selection) {
11
return "http://koders.com/?s=" + selection;
12
}
13
}