We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53c256 commit cfc3d99Copy full SHA for cfc3d99
src/main/java/org/springframework/data/jpa/repository/Modifying.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2008-2011 the original author or authors.
+ * Copyright 2008-2015 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -32,7 +32,7 @@
32
public @interface Modifying {
33
34
/**
35
- * Defines whether we should clear the underlying persistence context after excuting the modifying query.
+ * Defines whether we should clear the underlying persistence context after executing the modifying query.
36
37
* @return
38
*/
0 commit comments