-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
02a-room #7
Open
Serchinastico
wants to merge
1
commit into
01-lifecycle
Choose a base branch
from
02a-room
base: 01-lifecycle
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
02a-room #7
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closed
davideme
approved these changes
Jan 30, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
86a470a
to
e86e5c3
Compare
ab6be37
to
070a3c7
Compare
e86e5c3
to
120c7b3
Compare
247bd37
to
99100e8
Compare
120c7b3
to
90fe888
Compare
99100e8
to
a919825
Compare
90fe888
to
f820314
Compare
a919825
to
246f98f
Compare
f820314
to
e8cf389
Compare
246f98f
to
5fd311a
Compare
e8cf389
to
b6e0ac9
Compare
5fd311a
to
a5323a5
Compare
b6e0ac9
to
ea59b87
Compare
a5323a5
to
5f926e3
Compare
ea59b87
to
ef06683
Compare
5f926e3
to
21e3ce4
Compare
ef06683
to
6d08259
Compare
21e3ce4
to
1dafb00
Compare
6d08259
to
174dab9
Compare
1dafb00
to
ff24d45
Compare
174dab9
to
8fdaa7a
Compare
ff24d45
to
380a42f
Compare
8fdaa7a
to
42c939d
Compare
42c939d
to
41b72f7
Compare
41b72f7
to
bdd9d00
Compare
bdd9d00
to
f34030c
Compare
f34030c
to
5eee482
Compare
a27653d
to
72e7232
Compare
5eee482
to
af3546b
Compare
af3546b
to
7913d68
Compare
7913d68
to
bf67467
Compare
bf67467
to
b4659e5
Compare
b4659e5
to
c209397
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is not meant to be merged
This is how to include Room inside the project:
SuperHero
. Now we use the@Embedded
annotation to get an object and split all its fields into fields of the table (preffixed with the string "superhero_").