Skip to content

Commit

Permalink
warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mebigfatguy committed Jun 20, 2016
1 parent 4eb8c20 commit 5591296
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/com/mebigfatguy/fbcontrib/detect/UseVarArgs.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ public void visitClassContext(ClassContext classContext) {
* overrides the visitor to look for methods that has an array as a last parameter of an array type, where the base type is not like the previous parameter
* nor something like a char or byte array.
*
* @param obj the currently parse method
* @param obj
* the currently parse method
*/
@Override
public void visitMethod(Method obj) {
Expand Down Expand Up @@ -117,6 +118,7 @@ public void visitMethod(Method obj) {
*/
@Override
public void report() {
// needed by Detector interface but not used
}

/**
Expand Down

0 comments on commit 5591296

Please sign in to comment.