remove unused import

This commit is contained in:
Sebastian Sdorra
2012-08-18 11:41:08 +02:00
parent d0a6b84dcd
commit 428b7973fe

View File

@@ -30,12 +30,12 @@
*/
package sonia.scm.template;
//~--- non-JDK imports --------------------------------------------------------
import com.github.mustachejava.Mustache;
import com.github.mustachejava.MustacheFactory;
import com.google.inject.Inject;