-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Shortcuts for Sub-Resources #277
Conversation
@ArniBananii Can you please make your review for this Pull Request? |
929a742
to
e39c104
Compare
@ArniBananii This is my last request for your review! |
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.
LGTM just need an explanation regarding the method override for the endpoints there and we are good to go.
remsfal-core/src/main/java/de/remsfal/core/api/project/BuildingEndpoint.java
Show resolved
Hide resolved
@Override | ||
public ApartmentEndpoint getApartmentResource() { | ||
// TODO Auto-generated method stub | ||
return null; |
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.
Why are we overriding the method to let it return null? An explenation could really help here.
} | ||
|
||
@Override | ||
public ApartmentEndpoint getApartmentResource() { |
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.
Same for these methods too...
e39c104
to
0d8373f
Compare
0d8373f
to
c43c74d
Compare
|
No description provided.