Skip to content
Snippets Groups Projects
Commit ba2be2ba authored by florian's avatar florian
Browse files

DOC: Improve in-code documentation

parent 4978534b
No related branches found
No related tags found
1 merge request!70Refactory the entity id
Pipeline #28010 passed
......@@ -67,8 +67,8 @@ public class CheckParValid extends EntityJob {
if (parent.hasId()) {
// check parent by id
if (!parent.getId().isTemporary()) {
// id >= 0 (parent is yet in the database)
// retrieve parent by id
// id isn't temporary, i.e., parent is already in the database and
// can be retrieved by id
final EntityInterface foreign = retrieveValidSparseEntityById(parent.getId(), null);
// check permissions for this
// parentforeign.acceptObserver(o)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment