Skip to content

Commit

Permalink
OGM-1173 Remove unused method in InfinispanRemoteTestHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Nov 4, 2016
1 parent 8156e8e commit e1a6663
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -180,10 +180,6 @@ public long getNumberOfEntities(Session session) {

// Various static helpers below:

private static SessionFactoryImplementor getSessionFactoryImplementor(Session session) {
return getSessionFactoryImplementor( session.getSessionFactory() );
}

private static SessionFactoryImplementor getSessionFactoryImplementor(SessionFactory sessionFactory) {
return ( (SessionFactoryImplementor) sessionFactory );
}
Expand Down

0 comments on commit e1a6663

Please sign in to comment.