Author: cziegeler
Date: Wed Jul 12 10:11:13 2017
New Revision: 1801713
URL: http://svn.apache.org/viewvc?rev=1801713&view=rev
Log:
Remove todo
Modified:
sling/trunk/bundles/jcr/resource/src/main/java/org/apache/sling/jcr/resource/internal/helper/jcr/JcrProviderStateFactory.java
Modified:
sling/trunk/bundles/jcr/resource/src/main/java/org/apache/sling/jcr/resource/internal/helper/jcr/JcrProviderStateFactory.java
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/resource/src/main/java/org/apache/sling/jcr/resource/internal/helper/jcr/JcrProviderStateFactory.java?rev=1801713&r1=1801712&r2=1801713&view=diff
==============================================================================
---
sling/trunk/bundles/jcr/resource/src/main/java/org/apache/sling/jcr/resource/internal/helper/jcr/JcrProviderStateFactory.java
(original)
+++
sling/trunk/bundles/jcr/resource/src/main/java/org/apache/sling/jcr/resource/internal/helper/jcr/JcrProviderStateFactory.java
Wed Jul 12 10:11:13 2017
@@ -100,7 +100,7 @@ public class JcrProviderStateFactory {
isLoginAdministrative ? "admin" : "service",
bundle.getSymbolicName(),
bundle.getBundleId());
- throw new LoginException("Repository unavailable"); //
TODO: correct ??
+ throw new LoginException("Repository unavailable");
}
try {