1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Update comment.

This commit is contained in:
Cedric Beust 2017-02-16 15:42:04 -08:00
parent a078865a2d
commit 2bb8c32243

View file

@ -11,7 +11,7 @@ import java.net.URL
import java.util.jar.JarInputStream
/**
* Base class for templates that simply decompress a jar file found on the classpath to generate their project.
* Base class for templates that decompress a jar file.
*/
interface InputStreamJarTemplate : ITemplate {
val inputStream: JarInputStream