Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 700061313
  • Loading branch information
Googler authored and copybara-github committed Nov 25, 2024
1 parent a67dfcc commit 90acf22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jre/java/java/lang/jre.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jre.checkedMode =
goog.define('jre.checkedMode', goog.DEBUG ? 'ENABLED' : 'DISABLED');
jre.addSystemPropertyFromGoogDefine('jre.checkedMode', jre.checkedMode);


goog.provide('jre.checks');
/** @const */
jre.checks = {};

/** @define {string} */
jre.checks.checkLevel = goog.define('jre.checks.checkLevel', 'NORMAL');
Expand Down

0 comments on commit 90acf22

Please sign in to comment.