inline constructor: avoid javadoc references

EA-89601 - UOE: InlineMethodProcessor$.inlineUsage
This commit is contained in:
Anna.Kozlova
2016-10-11 12:19:48 +02:00
parent 3f59f22a23
commit 9849261dae
4 changed files with 16 additions and 2 deletions
@@ -3,6 +3,9 @@ class TestInlineMethod {
this(Integer.valueOf(s1, r1), Integer.valueOf(s2, r2));
}
/**
* {@link #TestInlineMethod(String, int, String, int)}
*/
public TestInlineMethod(Integer i1, Integer i2) {
}