Skip to content

Commit

Permalink
removed blank spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
akashthawaitcc committed Nov 28, 2024
1 parent f27a2ae commit ca5bca7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.google.cloud.teleport.v2.templates.dbutils.connection;

import com.google.cloud.teleport.v2.spanner.migrations.shard.Shard;
Expand All @@ -31,7 +30,6 @@
import org.slf4j.LoggerFactory;

/** This is a per Dataflow worker singleton that holds connection pool. */

public class JdbcConnectionHelper implements IConnectionHelper<Connection> {

private static final Logger LOG = LoggerFactory.getLogger(JdbcConnectionHelper.class);
Expand Down

0 comments on commit ca5bca7

Please sign in to comment.