You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Stefan Seelmann <se...@apache.org> on 2009/03/12 21:36:07 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

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


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

Posted by Pierre-Arnaud Marcelot <pa...@marcelot.net>.
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
>
>