From dddadd454750740552d127612161db6867aba19a Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 5 Oct 2015 12:30:43 +0200 Subject: [PATCH] DATAJPA-805 - Fixed Javadoc for @Modifying.clearAutomatically. --- .../org/springframework/data/jpa/repository/Modifying.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/springframework/data/jpa/repository/Modifying.java b/src/main/java/org/springframework/data/jpa/repository/Modifying.java index b2c38b291..069f5090a 100644 --- a/src/main/java/org/springframework/data/jpa/repository/Modifying.java +++ b/src/main/java/org/springframework/data/jpa/repository/Modifying.java @@ -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 */