r108950 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108949‎ | r108950 | r108951 >
Date:04:13, 15 January 2012
Author:oren
Status:ok
Tags:
Comment:
removed redundant exception
Modified paths:
  • /trunk/lucene-search-2/test/org/wikimedia/lsearch/test/WikiTestCase.java (replaced) (history)

Diff [purge]

Index: trunk/lucene-search-2/test/org/wikimedia/lsearch/test/WikiTestCase.java
@@ -34,8 +34,8 @@
3535
3636 protected GlobalConfiguration global = null;
3737
38 -
39 - protected void setUp() throws Exception {
 38+ @Override
 39+ protected void setUp() {
4040 if(config == null)
4141 {
4242 String winPathFixer;

Status & tagging log