Skip to content

Commit 3c209e5

Browse files
author
Rishabh Kumar
committed
OAK-11596 : added review comments
1 parent a0f3186 commit 3c209e5

File tree

41 files changed

+0
-70
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+0
-70
lines changed

oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/nodetype/NodeTypeIndexLookup.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
import org.apache.jackrabbit.oak.spi.query.Filter;
2626
import org.apache.jackrabbit.oak.spi.state.NodeState;
2727

28-
29-
3028
/**
3129
* <code>NodeTypeIndexLookup</code> uses {@link PropertyIndexLookup} internally
3230
* for cost calculation and queries.

oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/property/PropertyIndex.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@
3737
import org.slf4j.Logger;
3838
import org.slf4j.LoggerFactory;
3939

40-
41-
4240
/**
4341
* Provides a QueryIndex that does lookups against a property index
4442
*

oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/property/PropertyIndexPlan.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
import org.slf4j.LoggerFactory;
4747

4848

49-
5049
/**
5150
* Plan for querying a given property index using a given filter.
5251
*/

oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/reference/ReferenceIndex.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
import org.apache.jackrabbit.oak.spi.state.NodeState;
4646

4747

48-
4948
/**
5049
* Provides a QueryIndex that does lookups for node references based on a custom
5150
* index saved on hidden property names

oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/name/NamespaceEditor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
import java.util.Set;
3232

3333

34-
3534
import org.apache.jackrabbit.oak.api.CommitFailedException;
3635
import org.apache.jackrabbit.oak.api.PropertyState;
3736
import org.apache.jackrabbit.oak.commons.collections.IterableUtils;

oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/nodetype/EffectiveNodeTypeImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
import org.slf4j.LoggerFactory;
4747

4848

49-
5049
/**
5150
* EffectiveNodeTypeImpl... TODO
5251
*/

oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/nodetype/TypePredicate.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import java.util.function.Predicate;
2323

2424

25-
2625
import org.apache.jackrabbit.oak.api.Tree;
2726
import org.apache.jackrabbit.oak.commons.collections.IterableUtils;
2827
import org.apache.jackrabbit.oak.commons.collections.SetUtils;

oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/nodetype/TypeRegistration.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
import org.apache.jackrabbit.oak.spi.state.NodeState;
7575

7676

77-
7877
/**
7978
* This class is used by the {@link TypeEditorProvider} to check for,
8079
* validate, and post-process changes to the in-content node type registry

oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/index/property/PropertyIndexTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@
8787
import ch.qos.logback.core.spi.FilterReply;
8888

8989

90-
9190
/**
9291
* Test the Property2 index mechanism.
9392
*/

oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/migration/FilteringNodeStateTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
package org.apache.jackrabbit.oak.plugins.migration;
1818

1919

20-
2120
import org.apache.jackrabbit.JcrConstants;
2221
import org.apache.jackrabbit.oak.api.CommitFailedException;
2322
import org.apache.jackrabbit.oak.api.PropertyState;

0 commit comments

Comments
 (0)