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
@@ -1,5 +1,8 @@
class TestInlineMethod {
/**
* {@link #TestInlineMethod(String, int, String, int)}
*/
public TestInlineMethod(Integer i1, Integer i2) {
}