Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 14, 2023
1 parent 79c0822 commit 0d5365b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/apache/bcel/classfile/CodeException.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public final class CodeException implements Cloneable, Node, Constants {
/** Range in the code the exception handler. */
private int startPc;

/** active. startPc is inclusive, endPc exclusive. */
/** Active. startPc is inclusive, endPc exclusive. */
private int endPc;

/**
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/apache/bcel/classfile/LineNumber.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public final class LineNumber implements Cloneable, Node {
/** Program Counter (PC) corresponds to line */
private int startPc;

/** number in source file */
/** Number in source file */
private int lineNumber;

/**
Expand Down

0 comments on commit 0d5365b

Please sign in to comment.