GITLAB
msahmane
/
spring-mvc-sample
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
8609fe0b6bc861e7d175405a226099a8f68060f7
Authored by
Julien Iguchi-Cartigny
2014-01-29 11:33:12 +0100
1 parent
d938bbff
removing useless import
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/main/java/fr/plil/sio/web/mvc/UserSession.java
Inline
Side-by-side
src/main/java/fr/plil/sio/web/mvc/UserSession.java
Wrap text
Show/Hide comments
View file @
8609fe0
1
1
package fr.plil.sio.web.mvc;
2
2
3
3
import java.io.Serializable;
4
-import org.springframework.stereotype.Component;
5
4
6
5
public class UserSession implements Serializable {
7
6
...
...