|
Change Parameter Type message : String to message : Supplier<String> in method public info(message Supplier<String>) : void in class com.github.javaparser.utils.Log.Adapter |
From |
To |
|
Change Parameter Type message : String to messageSupplier : Supplier<String> in method public info(messageSupplier Supplier<String>) : void in class com.github.javaparser.utils.Log.StandardOutStandardErrorAdapter |
From |
To |
|
Change Parameter Type args : Object... to args : Supplier<Object>... in method public trace(format String, args Supplier<Object>...) : void in class com.github.javaparser.utils.Log |
From |
To |
|
Change Parameter Type message : String to message : Supplier<String> in method public trace(message Supplier<String>) : void in class com.github.javaparser.utils.Log.Adapter |
From |
To |
|
Change Parameter Type message : String to messageSupplier : Supplier<String> in method public trace(messageSupplier Supplier<String>) : void in class com.github.javaparser.utils.Log.StandardOutStandardErrorAdapter |
From |
To |
|
Change Parameter Type args : Object... to args : Supplier<Object>... in method public info(format String, args Supplier<Object>...) : void in class com.github.javaparser.utils.Log |
From |
To |