fix log path and java warnings

This commit is contained in:
Jeremie Panzer
2013-03-21 08:55:53 +01:00
parent 7b3c53fcb9
commit a5ac6b9c44
14 changed files with 15 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ import com.commafeed.backend.dao.UserService;
import com.commafeed.frontend.components.auth.Role;
import com.commafeed.model.User;
@SuppressWarnings("serial")
public class CommaFeedSession extends AuthenticatedWebSession {
@Inject