do not split annotations on multiple lines for params (IDEA-127017)

This commit is contained in:
Anna Kozlova
2014-07-22 17:08:03 +02:00
parent 0aa3890084
commit 9cce5c76b7
4 changed files with 23 additions and 10 deletions
@@ -0,0 +1,4 @@
class Test {
public void foo(@Deprecated String s,
@Deprecated String p){}
}