rehamaltamimi / gwtwiki

Automatically exported from code.google.com/p/gwtwiki
0 stars 0 forks source link

bliki-core/src/main/java/info/bliki/wiki/tags/SourceTag.java references unused org.junit.experimental.theories.Theories #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Removing this unreferenced class allows the project to build, and all unit
tests still pass.

Index: bliki-core/src/main/java/info/bliki/wiki/tags/SourceTag.java
===================================================================
--- bliki-core/src/main/java/info/bliki/wiki/tags/SourceTag.java       
(revision 523)
+++ bliki-core/src/main/java/info/bliki/wiki/tags/SourceTag.java       
(working copy)
@@ -9,8 +9,6 @@
 import java.io.IOException;
 import java.util.Map;

-import org.junit.experimental.theories.Theories;
-
 /*
  * Allows source code to be syntax highlighted on the wiki pages.
  *

Original issue reported on code.google.com by michael....@gmail.com on 30 Oct 2009 at 10:44

GoogleCodeExporter commented 8 years ago
Don't know why this slipped through my fingers? 

Changed it here:
http://code.google.com/p/gwtwiki/source/detail?r=524

Original comment by axelclk@gmail.com on 31 Oct 2009 at 9:43

GoogleCodeExporter commented 8 years ago

Original comment by axelclk@gmail.com on 31 Jan 2010 at 12:13