On Wed, 20 Oct 2004 23:58:39 -0700 (PDT), Var George
<[EMAIL PROTECTED]> wrote:
>
> 1. public void revokePermission(Connection connection, Uri uri, NodePermission
> permission) method in CommonRDBMSAdaper seems to be buggy where as this issue is
> fixed in the same method on StandardRDBMSAdaper.java. Is there any reason why this
> method is overridden is CommonRDBMSAdaper .java? They seems to be doing the same
> thing except that the one on CommonRDBMSAdaper.java is buggy because it doesn't do
> null check on revisionNumber.
Except for the different SQL dialects both methods are the same, both
start with
if (permission == null) return;
both in 2.1 as in the current CVS head. Am I missing something?
Oliver
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]