[java] fix test when formatting disabled: formatting enabled forcefully

GitOrigin-RevId: 7057f002ab5c6125d0051e72ea1d01f051203732
This commit is contained in:
Roman Ivanov
2021-12-27 15:39:39 +01:00
committed by intellij-monorepo-bot
parent fd6ed315ce
commit 6612867356

View File

@@ -1,12 +1,10 @@
class A {
/**
* Demo.
* @param b
* b.
* @param a
* a.
* @param c
* c.
*
* @param b b.
* @param a a.
* @param c c.
*/
public void demo(int b, int a, int c) {
}