hi *, during a conversation with Angela yesterday came out that it might be to change RootImpl to be abstract (e.g. AbstractRoot) making also
public abstract ContentSession getContentSession();
this will also make more visible the need of implement the getContentSession
method.
In the oak-core RootImpl is used twice AFAIK and both time it override this
method in a different way.
WDYT?
regards
antonio
