-
Type: Improvement
-
Status: Closed (View Workflow)
-
Priority: Trivial
-
Resolution: Fixed
-
Affects Version/s: 0.6 swallows
-
Fix Version/s: 0.6 swallows
-
Labels:None
I found unnecessary static variable in the poulpe-model module test class:
org.jtalks.poulpe.model.dao.hibernate.ObjectFactory.java
// XXX: why is it injected if it is not used? // someone forgot to add something into this class? private static Session session;
One of two:
1. this variable will need in the future
2. it is unnecessary and must be removed