Skip to content

Commit fb3f756

Browse files
committed
Polishing.
Fix Javadoc reference. See #1549
1 parent 59cacbc commit fb3f756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-data-cassandra/src/main/java/org/springframework/data/cassandra/core/cql/session/init/ResourceKeyspacePopulator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
import java.util.Arrays;
2020
import java.util.List;
2121

22-
import com.datastax.oss.driver.api.core.session.Session;
2322
import org.jspecify.annotations.Nullable;
23+
2424
import org.springframework.core.io.Resource;
2525
import org.springframework.core.io.support.EncodedResource;
2626
import org.springframework.data.cassandra.SessionFactory;
@@ -259,7 +259,7 @@ public void populate(CqlSession session) throws ScriptException {
259259
*
260260
* @param sessionFactory the {@link SessionFactory} to execute against (never {@literal null})
261261
* @throws ScriptException if an error occurs
262-
* @see #populate(Session)
262+
* @see #populate(CqlSession)
263263
*/
264264
public void execute(SessionFactory sessionFactory) throws ScriptException {
265265
populate(sessionFactory.getSession());

0 commit comments

Comments
 (0)