Skip to content

Commit

Permalink
Add missing change.
Browse files Browse the repository at this point in the history
  • Loading branch information
LSmyrnaios committed Nov 17, 2024
1 parent 8925fa0 commit 693e432
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -695,10 +695,8 @@ else if ( docFile.exists() ) // If it's not an already-known duplicate (this is
}


static final int mb = 1_048_576;

public static final int mb = 1_048_576;
public static final int fiveMb = (5 * mb);

static final int fiftyMBInBytes = (50 * mb);
static final int oneHundredMBInBytes = (100 * mb);
static final int twoHundredMBInBytes = (200 * mb);
Expand Down

0 comments on commit 693e432

Please sign in to comment.