Skip to content

Commit cfc3d99

Browse files
committed
DATAJPA-805 - Fixed Javadoc for @Modifying.clearAutomatically.
1 parent f53c256 commit cfc3d99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/springframework/data/jpa/repository/Modifying.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2008-2011 the original author or authors.
2+
* Copyright 2008-2015 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.
@@ -32,7 +32,7 @@
3232
public @interface Modifying {
3333

3434
/**
35-
* Defines whether we should clear the underlying persistence context after excuting the modifying query.
35+
* Defines whether we should clear the underlying persistence context after executing the modifying query.
3636
*
3737
* @return
3838
*/

0 commit comments

Comments
 (0)