Skip to content

Commit

Permalink
fixed wrong author tag
Browse files Browse the repository at this point in the history
  • Loading branch information
toby1984 committed Jan 10, 2013
1 parent ed3f63e commit a7e9e86
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ public MethodVisitor visitMethod(int access, String name, String desc, String si
* final ExecutionStatistics $stat = StatisticsManager#getStatistics();
* </pre>
* </p>
* @author tobias.gierke@voipfuture.com
* @author tobias.gierke@code-sourcery.de
*/
protected final class LoadVarVisitor extends DeferredMethodVisitor {

Expand Down Expand Up @@ -776,4 +776,4 @@ public void visitLineNumber(int line, Label start) {


}
}
}

0 comments on commit a7e9e86

Please sign in to comment.