File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,6 @@ jspb.Message.GENERATE_FROM_OBJECT = goog.define(
198
198
* @define {boolean} Whether to generate toString methods for objects. Turn
199
199
* this off if you do not use toString in your project and want to trim it
200
200
* from the compiled JS.
201
- * @export
202
201
*/
203
202
jspb . Message . GENERATE_TO_STRING =
204
203
goog . define ( 'jspb.Message.GENERATE_TO_STRING' , true ) ;
@@ -219,7 +218,7 @@ jspb.Message.ASSUME_LOCAL_ARRAYS =
219
218
* reduces the size of serialized protos. The price is an extra iteration of
220
219
* the proto before serialization. This is enabled by default to be
221
220
* backwards compatible. Projects are advised to turn this flag always off.
222
- * @export
221
+ * @private
223
222
*/
224
223
jspb . Message . SERIALIZE_EMPTY_TRAILING_FIELDS =
225
224
goog . define ( 'jspb.Message.SERIALIZE_EMPTY_TRAILING_FIELDS' , true ) ;
@@ -236,7 +235,7 @@ jspb.Message.SUPPORTS_UINT8ARRAY_ = (typeof Uint8Array == 'function');
236
235
/**
237
236
* The internal data array.
238
237
* @type {!Array }
239
- * @export
238
+ * @private
240
239
*/
241
240
jspb . Message . prototype . array ;
242
241
You can’t perform that action at this time.
0 commit comments