Skip to content
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

Clarify the javadoc for the registerRoot method. #613

Merged
merged 1 commit into from
Jul 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ default <T> Collection<T> getRootObjects(Class<T> clazz) {

/**
* Persists the given object at the given {@link URI} and adds it as view root.
* The newly registered root will not be present in the view, you have to commit
* the view and checkout a new one (you probably also have to adapt the selection)
* in order to be able to see and modify the new root.
*
* This method is in beta state, as it is still under evaluation whether it is
* sufficient and appropriate for registering root objects in views.
Expand Down
Loading