[java] fix test data after adding javadoc formatting to refactorings

GitOrigin-RevId: a5e3b115d39c59984e40ca8726b4a2f658292eba
This commit is contained in:
Roman Ivanov
2021-12-13 12:24:18 +01:00
committed by intellij-monorepo-bot
parent d6f3b1ec85
commit 375a130e11
6 changed files with 27 additions and 4 deletions

View File

@@ -1,7 +1,8 @@
// "Generate overloaded method with default parameter values" "true"
class Test {
/**
*/
/**
*
*/
void foo() {
foo(0);
}