prefer return

This commit is contained in:
peter
2011-02-28 18:29:30 +01:00
parent 1ab20cc964
commit 5c6c1da682
3 changed files with 20 additions and 1 deletions
@@ -0,0 +1,10 @@
public class Test {
void rMethod() {}
int foo(int rParam) {
Object rLocal;
r<caret>
}
}