Skip to content

Commit

Permalink
Copy paste error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
GRuppert authored Dec 11, 2023
1 parent 909e737 commit b0c6169
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ public String getReleaseModeDescription()
@Nullable
public String getSequenceNumberDescription()
{
Integer value = _directory.getInteger(TAG_RELEASE_MODE);
Integer value = _directory.getInteger(TAG_SEQUENCE_NUMBER);

if (value == null)
return null;
Expand Down

0 comments on commit b0c6169

Please sign in to comment.