We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a231c commit 62a0ab3Copy full SHA for 62a0ab3
spring-tx/src/main/java/org/springframework/jca/cci/core/support/CciDaoSupport.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2022 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -25,7 +25,7 @@
25
import org.springframework.util.Assert;
26
27
/**
28
- * Convenient super class for CCI-based data access objects.
+ * Convenient superclass for CCI-based data access objects.
29
30
* <p>Requires a {@link javax.resource.cci.ConnectionFactory} to be set,
31
* providing a {@link org.springframework.jca.cci.core.CciTemplate} based
0 commit comments