No problem, will move them to package scope. Am open also to refactoring them into convenience methods onto other classes in [id].
"Jakarta Commons Developers List" <[EMAIL PROTECTED]> wrote: > > Stephen Colebourne wrote: > > Whatever is the most appropriate package. The main thing is that these > > method have been copied for our convenience and don't form part of the > > [id] public API. As such it might be that just individual methods should > > be copied onto specific [id] classes, rather than the whole codec class. > > Stephen > > I agree about the package scope. IIRC, the secure session ID generator > does hex conversion, so could also use likely use the util hex class, so > I would slightly favor putting it at the top level. > > Phil > > > > ----- Original Message ----- From: "Rory Winston" <[EMAIL PROTECTED]> > > To: "Jakarta Commons Developers List" <[EMAIL PROTECTED]> > > Sent: Friday, December 17, 2004 11:49 AM > > Subject: Re: [id] cvs commit: > > jakarta-commons-sandbox/id/src/java/org/apache/commons/id/uuid/utils > > DigestUtils.java Hex.java > > > > > >> Stephen, > >> > >> I don't have any objections to making the utility classes > >> package-scoped under [id], however, I thought it might make more sense > >> to put them under uuid/ , as they are only used by the UUID classes. > >> What do you think? > >> > >> "Jakarta Commons Developers List" <[EMAIL PROTECTED]> wrote: > >> > >> > >> > >> > >> _________________________________________________________________ > >> Sign up for eircom broadband now and get a free two month trial.* > >> Phone 1850 73 00 73 or visit http://home.eircom.net/broadbandoffer > >> > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > _________________________________________________________________ Sign up for eircom broadband now and get a free two month trial.* Phone 1850 73 00 73 or visit http://home.eircom.net/broadbandoffer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
