Skip to content

Commit 98335b4

Browse files
nkjackzhangsnicoll
authored andcommitted
Fix a typo in javadoc
Closes gh-1824
1 parent e9f4dec commit 98335b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-jdbc/src/main/java/org/springframework/jdbc/object/RdbmsOperation.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2017 the original author or authors.
2+
* Copyright 2002-2018 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -42,7 +42,7 @@
4242
* arguments. Subclasses should be JavaBeans, allowing easy configuration.
4343
*
4444
* <p>This class and subclasses throw runtime exceptions, defined in the
45-
* <codeorg.springframework.dao package</code> (and as thrown by the
45+
* {@code org.springframework.dao} package (and as thrown by the
4646
* {@code org.springframework.jdbc.core} package, which the classes
4747
* in this package use under the hood to perform raw JDBC operations).
4848
*

0 commit comments

Comments
 (0)