mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
[java] fix test when formatting disabled: formatting enabled forcefully
GitOrigin-RevId: 7057f002ab5c6125d0051e72ea1d01f051203732
This commit is contained in:
committed by
intellij-monorepo-bot
parent
fd6ed315ce
commit
6612867356
@@ -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) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user