Skip to content

Commit 36d26ab

Browse files
committed
Fix include expression in test case
1 parent 42df0b6 commit 36d26ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jpa/native-sql-resultset-mapping/src/test/java/org/javaee7/jpa/nativesql/resultset/mapping/JpaNativeSqlResultSetMappingTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* The select operation is very simple. We just need to call the API method +createNativeQuery+ on the +EntityManager+
2323
* and use the mapping defined on +Employee+ by the +@SqlResultSetMapping+ annotation.
2424
*
25-
* include::EmployeeBean[]#get
25+
* include::EmployeeBean#get[]
2626
*
2727
* @author Roberto Cortez
2828
*/

jpa/native-sql/src/test/java/org/javaee7/jpa/nativesql/JpaNativeSqlTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* The select operation is very simple. We just need to call the API method +createNativeQuery+ on the +EntityManager+.
2323
*
24-
* include::EmployeeBean[]#get
24+
* include::EmployeeBean#get[]
2525
*
2626
* @author Roberto Cortez
2727
*/

0 commit comments

Comments
 (0)