Skip to content

Commit

Permalink
add comment explaining the usage of DEFAULT
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbempel committed Nov 2, 2023
1 parent 810c321 commit ef53842
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ public enum MethodLocation {
public static boolean isSame(MethodLocation methodLocation, MethodLocation evaluateAt) {
if (methodLocation == MethodLocation.DEFAULT) {
// line probe, no evaluation of probe's evaluateAt
// MethodLocation.DEFAULT is used for line probe when evaluating the context
return true;
}
if (methodLocation == MethodLocation.ENTRY) {
Expand Down

0 comments on commit ef53842

Please sign in to comment.