Skip to content

Commit

Permalink
HSEARCH-1045 Removing deprecated code from impl package
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Feb 17, 2012
1 parent ec6e420 commit 3cc2209
Showing 1 changed file with 0 additions and 6 deletions.
Expand Up @@ -66,12 +66,6 @@ public static Class getDocumentClass(String className) {
}
}

@Deprecated //use the other #getDocumentId
public static Serializable getDocumentId(SearchFactoryImplementor searchFactoryImplementor, Class<?> clazz, Document document) {
ContextualException2WayBridge contextualBridge = new ContextualException2WayBridge();
return getDocumentId( searchFactoryImplementor, clazz, document, contextualBridge );
}

public static Serializable getDocumentId(SearchFactoryImplementor searchFactoryImplementor, Class<?> clazz, Document document, ContextualException2WayBridge contextualBridge) {
final DocumentBuilderIndexedEntity<?> builderIndexedEntity = getDocumentBuilder(
searchFactoryImplementor,
Expand Down

0 comments on commit 3cc2209

Please sign in to comment.