Correct copy/paste errors

This commit is contained in:
Christopher Jones 2023-02-21 17:11:56 +11:00
parent 8f678f436c
commit 07750b4f44
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
// Copyright (c) 2022, Oracle and/or its affiliates.
// Copyright (c) 2022, 2023, Oracle and/or its affiliates.
//-----------------------------------------------------------------------------
//
@ -27,7 +27,7 @@
'use strict';
const ConnectionImpl = require('./connection.js');
const errors = require('../util.js');
const errors = require('../errors.js');
// define implementation class
class ResultSetImpl {

View File

@ -1,4 +1,4 @@
// Copyright (c) 2022, Oracle and/or its affiliates.
// Copyright (c) 2022, 2023, Oracle and/or its affiliates.
//-----------------------------------------------------------------------------
//
@ -26,7 +26,7 @@
'use strict';
const errors = require('../util.js');
const errors = require('../errors.js');
class SodaDocumentImpl {

View File

@ -1,4 +1,4 @@
// Copyright (c) 2022, Oracle and/or its affiliates.
// Copyright (c) 2022, 2023, Oracle and/or its affiliates.
//-----------------------------------------------------------------------------
//
@ -26,7 +26,7 @@
'use strict';
const errors = require('../util.js');
const errors = require('../errors.js');
class SodaOperationImpl {