Skip to content

Commit

Permalink
Removed MultiTokenSchemaDescriptor interface
Browse files Browse the repository at this point in the history
  • Loading branch information
ragadeeshu committed Jun 15, 2018
1 parent 6643769 commit 7cc8eec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import static java.util.stream.Collectors.joining;
import static org.neo4j.internal.kernel.api.schema.SchemaDescriptor.isAnyEntityTokenSchema;

public class MultiTokenSchemaDescriptor implements org.neo4j.internal.kernel.api.schema.MultiTokenSchemaDescriptor
public class MultiTokenSchemaDescriptor implements SchemaDescriptor
{
private final int[] entityTokens;
private final EntityType entityType;
Expand Down

0 comments on commit 7cc8eec

Please sign in to comment.