diff --git a/src/main/java/rife/bld/extension/CompileKotlinOperation.java b/src/main/java/rife/bld/extension/CompileKotlinOperation.java index 37e6bc1..69db296 100644 --- a/src/main/java/rife/bld/extension/CompileKotlinOperation.java +++ b/src/main/java/rife/bld/extension/CompileKotlinOperation.java @@ -115,8 +115,6 @@ public class CompileKotlinOperation extends AbstractOperation - * A copy will be created to allow this list to be independently modifiable. * * @param classpath a list of classpath entries * @return this operation instance @@ -128,8 +126,6 @@ public class CompileKotlinOperation extends AbstractOperation - * This is a modifiable list that can be retrieved and changed. * * @return the main compilation classpath list */ @@ -334,8 +330,6 @@ public class CompileKotlinOperation extends AbstractOperation - * A copy will be created to allow this list to be independently modifiable. * * @param directories a list of main source directories * @return this operation instance @@ -347,8 +341,6 @@ public class CompileKotlinOperation extends AbstractOperation - * This is a modifiable list that can be retrieved and changed. * * @return the list of main source directories to compile */ @@ -369,8 +361,6 @@ public class CompileKotlinOperation extends AbstractOperation - * A copy will be created to allow this list to be independently modifiable. * * @param files a list of main files * @return this operation instance @@ -382,8 +372,6 @@ public class CompileKotlinOperation extends AbstractOperation - * This is a modifiable list that can be retrieved and changed. * * @return the list of main files to compile */ @@ -404,8 +392,6 @@ public class CompileKotlinOperation extends AbstractOperation - * A copy will be created to allow this list to be independently modifiable. * * @param directories a list of test source directories * @return this operation instance @@ -417,8 +403,6 @@ public class CompileKotlinOperation extends AbstractOperation - * This is a modifiable list that can be retrieved and changed. * * @return the list of test source directories to compile */ @@ -439,8 +423,6 @@ public class CompileKotlinOperation extends AbstractOperation - * A copy will be created to allow this list to be independently modifiable. * * @param files a list of test files * @return this operation instance @@ -452,8 +434,6 @@ public class CompileKotlinOperation extends AbstractOperation - * This is a modifiable list that can be retrieved and changed. * * @return the list of test files to compile */