[exo-jcr-commits] exo-jcr SVN: r5986 - jcr/branches/1.14.x/patch/1.14.8-GA/JCR-1727.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Mar 29 10:56:12 EDT 2012


Author: nzamosenchuk
Date: 2012-03-29 10:56:11 -0400 (Thu, 29 Mar 2012)
New Revision: 5986

Modified:
   jcr/branches/1.14.x/patch/1.14.8-GA/JCR-1727/JCR-1727.patch
Log:
JCR-1727 : set generics type

Modified: jcr/branches/1.14.x/patch/1.14.8-GA/JCR-1727/JCR-1727.patch
===================================================================
--- jcr/branches/1.14.x/patch/1.14.8-GA/JCR-1727/JCR-1727.patch	2012-03-29 14:54:01 UTC (rev 5985)
+++ jcr/branches/1.14.x/patch/1.14.8-GA/JCR-1727/JCR-1727.patch	2012-03-29 14:56:11 UTC (rev 5986)
@@ -204,7 +204,7 @@
          modCount = in.getVersion();
 +        this.transientDeletions = transientDeletions;
 +        // no need to initialize Set if transientDeletions = false
-+        this.deletedDocs = transientDeletions? new CopyOnWriteArraySet() : null;
++        this.deletedDocs = transientDeletions? new CopyOnWriteArraySet<Integer>() : null;
      }
  
      //------------------------< FilterIndexReader >-----------------------------



More information about the exo-jcr-commits mailing list