mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 16:07:12 -07:00
Typo.
This commit is contained in:
parent
33dafe6cd0
commit
d2ee2f7b4c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import java.util.jar.JarInputStream
|
||||||
class KFiles {
|
class KFiles {
|
||||||
/**
|
/**
|
||||||
* This actually returns a list of strings because in development mode, we are not pointing to a single
|
* This actually returns a list of strings because in development mode, we are not pointing to a single
|
||||||
* jar file but to a set of /classes directories.
|
* jar file but to a set of classes/directories.
|
||||||
*/
|
*/
|
||||||
val kobaltJar : List<String>
|
val kobaltJar : List<String>
|
||||||
get() {
|
get() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue