Minor, remove pointless comment and broken URL

This commit is contained in:
Alexander Udalov
2014-12-29 13:52:32 +03:00
parent 14dab749a2
commit 6c145de39e
@@ -56,10 +56,6 @@ object CompilerClassLoaderHolder {
}
}
/**
* Base class for Kotlin compiler Ant tasks.
* http://evgeny-goldin.org/javadoc/ant/tutorial-writing-tasks.html
*/
public abstract class KotlinCompilerBaseTask : Task() {
protected abstract val compilerFqName: String