Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Riina Antikainen
/
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 edf469a6
authored
Apr 18, 2010
by
Juho Juopperi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user_is -> user_id: You earn the honorary name of TypoKing
1 parent
d98296bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
code/LanBortalDatabase/src/fi/insomnia/bortal/model/EventSettings.java
code/LanBortalDatabase/src/fi/insomnia/bortal/model/EventSettings.java
View file @
edf469a
...
@@ -47,7 +47,7 @@ public class EventSettings implements ModelInterface<Integer> {
...
@@ -47,7 +47,7 @@ public class EventSettings implements ModelInterface<Integer> {
private
List
<
Event
>
events
;
private
List
<
Event
>
events
;
@ManyToOne
@ManyToOne
@JoinColumn
(
name
=
"admin_user_id"
,
referencedColumnName
=
"user_i
s
"
,
nullable
=
false
)
@JoinColumn
(
name
=
"admin_user_id"
,
referencedColumnName
=
"user_i
d
"
,
nullable
=
false
)
private
User
admin
;
private
User
admin
;
@Version
@Version
...
...
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