//change to j k i package p; class A{ private void m(int i, int j, int k){ } private void foo(){ m(19, /*comment*/2000, 3); } }