Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Linnea Samila
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 1af72970
authored
Feb 28, 2014
by
Tuukka Kivilahti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
littlebit moar
1 parent
8385190a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
code/MoyaWeb/src/fi/codecrew/moya/web/cdiview/reader/ReaderView.java
code/MoyaWeb/src/fi/codecrew/moya/web/cdiview/reader/ReaderView.java
View file @
1af7297
...
@@ -42,6 +42,8 @@ public class ReaderView extends GenericCDIView {
...
@@ -42,6 +42,8 @@ public class ReaderView extends GenericCDIView {
private
String
code
;
private
String
code
;
private
Reader
reader
;
private
Reader
reader
;
private
ReaderEvent
event
;
private
boolean
pollingMode
=
false
;
private
boolean
pollingMode
=
false
;
private
ReaderEvent
lastReadEvent
=
null
;
private
ReaderEvent
lastReadEvent
=
null
;
...
@@ -54,7 +56,6 @@ public class ReaderView extends GenericCDIView {
...
@@ -54,7 +56,6 @@ public class ReaderView extends GenericCDIView {
@EJB
@EJB
private
transient
ReaderBeanLocal
readerbean
;
private
transient
ReaderBeanLocal
readerbean
;
private
ReaderEvent
event
;
@EJB
@EJB
private
transient
UserBeanLocal
userbean
;
private
transient
UserBeanLocal
userbean
;
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment