[java-opensaml COMMIT] /trunk/opensaml-storage-impl/src/main/java/org/opensaml/storage/impl/MemoryStorageService.java

noreply at shibboleth.net noreply at shibboleth.net
Thu Oct 24 15:46:05 EDT 2013


Author: scantor
Date: Thu Oct 24 15:46:05 2013
New Revision: 3483

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3483&view=rev
Log:
Make internal method private.

Modified:
    trunk/opensaml-storage-impl/src/main/java/org/opensaml/storage/impl/MemoryStorageService.java

Modified: trunk/opensaml-storage-impl/src/main/java/org/opensaml/storage/impl/MemoryStorageService.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-storage-impl/src/main/java/org/opensaml/storage/impl/MemoryStorageService.java?rev=3483&r1=3482&r2=3483&view=diff
==============================================================================
--- trunk/opensaml-storage-impl/src/main/java/org/opensaml/storage/impl/MemoryStorageService.java (original)
+++ trunk/opensaml-storage-impl/src/main/java/org/opensaml/storage/impl/MemoryStorageService.java Thu Oct 24 15:46:05 2013
@@ -355,7 +355,7 @@
      * @throws IOException  if errors occur in the update process
      * @throws VersionMismatchException if the record has already been updated to a newer version
      */
-    public boolean deleteImpl(@Nullable @Positive final Integer version, @Nonnull @NotEmpty final String context,
+    private boolean deleteImpl(@Nullable @Positive final Integer version, @Nonnull @NotEmpty final String context,
             @Nonnull @NotEmpty final String key) throws IOException, VersionMismatchException {
 
         final Lock writeLock = lock.writeLock();



More information about the commits mailing list