mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Polish contribution
This commit is contained in:
@@ -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");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with 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;
|
import org.springframework.util.Assert;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Convenient super class for CCI-based data access objects.
|
* Convenient superclass for CCI-based data access objects.
|
||||||
*
|
*
|
||||||
* <p>Requires a {@link javax.resource.cci.ConnectionFactory} to be set,
|
* <p>Requires a {@link javax.resource.cci.ConnectionFactory} to be set,
|
||||||
* providing a {@link org.springframework.jca.cci.core.CciTemplate} based
|
* providing a {@link org.springframework.jca.cci.core.CciTemplate} based
|
||||||
|
|||||||
Reference in New Issue
Block a user