Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702036532
  • Loading branch information
Googler authored and copybara-github committed Dec 2, 2024
1 parent dc20433 commit 8a85dad
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 @@ -104,8 +104,8 @@ jre.addSystemPropertyFromGoogDefine('jre.checks.type', jre.checks.type);
jre.checks.critical = goog.define('jre.checks.critical', 'AUTO');
jre.addSystemPropertyFromGoogDefine('jre.checks.critical', jre.checks.critical);


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

/** @define {string} */
jre.logging.logLevel =
Expand Down

0 comments on commit 8a85dad

Please sign in to comment.