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 @@
35
35
36
36
protected GlobalConfiguration global = null;
37
37
38
-
39
- protected void setUp() throws Exception {
38
+ @Override
39
+ protected void setUp() {
40
40
if(config == null)
41
41
{
42
42
String winPathFixer;
Status & tagging log
21:14, 15 January 2012
😂
(
talk
|
contribs
)
changed the
status
of r108950
[
removed:
deferred
added:
ok]
14:56, 15 January 2012
Reedy
(
talk
|
contribs
)
changed the
status
of r108950
[
removed:
new
added:
deferred]