You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Pierre-Arnaud Marcelot <pa...@marcelot.net> on 2009/03/12 22:56:47 UTC

Re: svn commit: r752832 - in /directory/shared/trunk/ldap/src: main/java/org/apache/directory/shared/ldap/util/GeneralizedTime.java test/java/org/apache/directory/shared/ldap/util/GeneralizedTimeTest.java

My pleasure. ;)
Regards,
Pierre-Arnaud

On Thu, Mar 12, 2009 at 9:36 PM, Stefan Seelmann <se...@apache.org>wrote:

> pamarcelot@apache.org wrote:
> >              if ( timeZoneFormat == TimeZoneFormat.DIFF_HOUR_MINUTE ||
> timeZoneFormat == TimeZoneFormat.Z )
> >              {
> > -                if ( hour < 10 )
> > +                if ( minute < 10 )
>
> Thanks for fixing this.
>
> Regards,
> Stefan
>
>