don't suggest 'this' keyword in java comments

This commit is contained in:
peter.gromov
2010-11-18 16:08:38 +03:00
parent ab668b6179
commit 264b830a24
3 changed files with 12 additions and 0 deletions
@@ -0,0 +1,6 @@
class Foo {
{
int[] x = new int[]{ // th<caret>
}
}
}