Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
s7_spruge_k
calendar
Commits
4747c0c1
Commit
4747c0c1
authored
Jun 19, 2019
by
Martins Berzins
Browse files
Small entity fix
parent
2fe9700e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/main/java/com/example/calendar/models/Calendar.java
src/main/java/com/example/calendar/models/Calendar.java
+1
-1
No files found.
src/main/java/com/example/calendar/models/Calendar.java
View file @
4747c0c1
...
...
@@ -27,7 +27,7 @@ public class Calendar {
@OneToMany
(
mappedBy
=
"calendar"
)
private
Collection
<
Event
>
event
;
@Column
@Column
(
name
=
"Name"
)
private
String
name
;
public
Calendar
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment