Skip to content

Commit a22eb98

Browse files
committed
Shorten class name ;-)
1 parent 26eac85 commit a22eb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scijava/search/web/OpenWebSearchResultInBrowserActionFactory.java renamed to src/main/java/org/scijava/search/web/OpenInBrowserActionFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* @author Robert Haase (MPI-CBG)
1919
*/
2020
@Plugin(type = SearchActionFactory.class)
21-
public class OpenWebSearchResultInBrowserActionFactory implements
21+
public class OpenInBrowserActionFactory implements
2222
SearchActionFactory
2323
{
2424

0 commit comments

Comments
 (0)