Skip to content

Commit 434881a

Browse files
authored
Merge pull request #405 from lutovich/1.7-undeprecate-Integer
Remove deprecation from Integer class
2 parents 4a9af6d + 788968e commit 434881a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/v1/integer.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ import {newError} from './error';
3535
* @param {number} low The low (signed) 32 bits of the long
3636
* @param {number} high The high (signed) 32 bits of the long
3737
* @constructor
38-
*
39-
* @deprecated This class will be removed or made internal in a future version of the driver.
4038
*/
4139
class Integer {
4240
constructor(low, high) {

0 commit comments

Comments
 (0)