Rename: jps-plugin -> jps/jps-plugin
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
class Err constructor(msg: String?, unused: Any?) {
|
||||
constructor() : this(null, null)
|
||||
constructor(msg: String) : this(msg, null)
|
||||
}
|
||||
Reference in New Issue
Block a user