DATAJPA-805 - Fixed Javadoc for @Modifying.clearAutomatically.

This commit is contained in:
Oliver Gierke
2015-10-05 12:30:43 +02:00
parent f53c256549
commit cfc3d99e62

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2008-2011 the original author or authors.
* Copyright 2008-2015 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -32,7 +32,7 @@ import java.lang.annotation.Target;
public @interface Modifying {
/**
* 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.
*
* @return
*/