Skip to content

Commit

Permalink
Move class around to where it makes more sense
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Jul 7, 2023
1 parent 656a8a6 commit 6a182e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* All rights reserved.
*/
package org.firebirdsql.gds.impl.wire;
package org.firebirdsql.gds.ng.wire;

import java.sql.SQLException;
import java.util.Optional;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import org.firebirdsql.gds.ISCConstants;
import org.firebirdsql.gds.JaybirdErrorCodes;
import org.firebirdsql.gds.impl.wire.AsyncFetchStatus;
import org.firebirdsql.gds.ng.wire.AsyncFetchStatus;
import org.firebirdsql.gds.ng.CursorFlag;
import org.firebirdsql.gds.ng.DeferredResponse;
import org.firebirdsql.gds.ng.FbExceptionBuilder;
Expand Down

0 comments on commit 6a182e0

Please sign in to comment.