Partial code cleanup: can be private and some others applied
This commit is contained in:
@@ -27,7 +27,7 @@ object JavaToKotlinTranslator {
|
||||
return PsiFileFactory.getInstance(project).createFileFromText("test.java", JavaLanguage.INSTANCE, text)
|
||||
}
|
||||
|
||||
fun prettify(code: String?): String {
|
||||
private fun prettify(code: String?): String {
|
||||
if (code == null) {
|
||||
return ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user