From 62a0ab3667929e4add715e4e0cc317a5e3e3c1b2 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 14 Sep 2022 16:50:32 +0200 Subject: [PATCH] Polish contribution --- .../springframework/jca/cci/core/support/CciDaoSupport.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-tx/src/main/java/org/springframework/jca/cci/core/support/CciDaoSupport.java b/spring-tx/src/main/java/org/springframework/jca/cci/core/support/CciDaoSupport.java index e650bae605..b77ec37231 100644 --- a/spring-tx/src/main/java/org/springframework/jca/cci/core/support/CciDaoSupport.java +++ b/spring-tx/src/main/java/org/springframework/jca/cci/core/support/CciDaoSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2018 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ import org.springframework.lang.Nullable; import org.springframework.util.Assert; /** - * Convenient super class for CCI-based data access objects. + * Convenient superclass for CCI-based data access objects. * *

Requires a {@link javax.resource.cci.ConnectionFactory} to be set, * providing a {@link org.springframework.jca.cci.core.CciTemplate} based