New issue 24 by michael.blakeley:
bliki-core/src/main/java/info/bliki/wiki/tags/SourceTag.java references
unused org.junit.experimental.theories.Theories
http://code.google.com/p/gwtwiki/issues/detail?id=24
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.
*
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 on issue 24 by axelclk:
bliki-core/src/main/java/info/bliki/wiki/tags/SourceTag.java references
unused org.junit.experimental.theories.Theories
http://code.google.com/p/gwtwiki/issues/detail?id=24
Don't know why this slipped through my fingers?
Changed it here:
http://code.google.com/p/gwtwiki/source/detail?r=524
Comment #2 on issue 24 by axelclk:
bliki-core/src/main/java/info/bliki/wiki/tags/SourceTag.java references
unused org.junit.experimental.theories.Theories
http://code.google.com/p/gwtwiki/issues/detail?id=24
(No comment was entered for this change.)