Maven: minor: fix comment

This commit is contained in:
Sergey Mashkov
2017-04-13 18:00:04 +03:00
parent 711398f14f
commit a22ed0f7c0
@@ -70,7 +70,7 @@ public class K2JSCompilerMojo extends KotlinCompileMojoBase<K2JSCompilerArgument
private boolean sourceMap; private boolean sourceMap;
/** /**
* Main invocation behaviour. Possible values are <b>CALL</b> and <b>NO_CALL</b>. * Main invocation behaviour. Possible values are <b>call</b> and <b>noCall</b>.
*/ */
@Parameter @Parameter
private String main; private String main;