Skip to content

Commit 788968e

Browse files
committed
Remove deprecation from Integer class
Driver still does not export `Integer` type from the top module. Users are expected to use functions defined in `neo4j.integer` to convert to and from `Integer` objects. Class remains in JSDoc but will not have a "this class was deprecated" header.
1 parent 4a9af6d commit 788968e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/v1/integer.js

-2
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)