Skip to content

Commit

Permalink
Project import generated by Copybara
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 311748964
  • Loading branch information
Protobuf Team authored and Copybara-Service committed May 15, 2020
1 parent 7913abc commit 9869f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions experimental/runtime/internal/checks.js
Expand Up @@ -2,7 +2,7 @@
* @fileoverview Proto internal runtime checks.
*
* Checks are grouped into different severity, see:
* http://g3doc/javascript/protobuf/README.md#configurable-check-support-in-protocol-buffers
* http://g3doc/third_party/protobuf/javascript/README.md#configurable-check-support-in-protocol-buffers
*
* Checks are also grouped into different sections:
* - CHECK_BOUNDS:
Expand All @@ -23,7 +23,7 @@ const WireType = goog.require('protobuf.binary.WireType');

//
// See
// http://g3doc/javascript/protobuf/README.md#configurable-check-support-in-protocol-buffers
// http://g3doc/third_party/protobuf/javascript/README.md#configurable-check-support-in-protocol-buffers
//
/** @define{string} */
const CHECK_LEVEL_DEFINE = goog.define('protobuf.defines.CHECK_LEVEL', '');
Expand Down

0 comments on commit 9869f3e

Please sign in to comment.