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 9c31b3af
authored
Oct 31, 2010
by
Juho Juopperi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo
1 parent
7ddb68ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
code/LanBortalDatabase/src/fi/insomnia/bortal/model/PollAnswer.java
code/LanBortalDatabase/src/fi/insomnia/bortal/model/PollAnswer.java
View file @
9c31b3a
...
...
@@ -12,7 +12,7 @@ public class PollAnswer extends GenericEventChild implements Serializable {
private
static
final
long
serialVersionUID
=
1L
;
@Lob
@Column
(
name
=
"answer_te
s
t"
,
nullable
=
true
)
@Column
(
name
=
"answer_te
x
t"
,
nullable
=
true
)
private
String
answerText
;
@ManyToOne
...
...
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