Rolling back commits related to Unit -> Void? confersion in RMI interface
since it breaks the compatibility and doesn't actually help - the problem
with NoClassDef Unit is apparently elsewhere.
Original commit: fc12f37105
This commit is contained in:
+1
-2
@@ -32,10 +32,9 @@ internal class JpsCompilerServicesFacadeImpl(
|
|||||||
port),
|
port),
|
||||||
JpsCompilerServicesFacade {
|
JpsCompilerServicesFacade {
|
||||||
|
|
||||||
override fun report(category: Int, severity: Int, message: String?, attachment: Serializable?): Void? {
|
override fun report(category: Int, severity: Int, message: String?, attachment: Serializable?) {
|
||||||
env.messageCollector.reportFromDaemon(
|
env.messageCollector.reportFromDaemon(
|
||||||
{ outFile, srcFiles -> env.outputItemsCollector.add(srcFiles, outFile) },
|
{ outFile, srcFiles -> env.outputItemsCollector.add(srcFiles, outFile) },
|
||||||
category, severity, message, attachment)
|
category, severity, message, attachment)
|
||||||
return null
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user