You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2008/08/26 12:51:47 UTC

svn commit: r689030 - /directory/studio/trunk/valueeditors/src/main/java/org/apache/directory/studio/valueeditors/time/InPlaceGeneralizedTimeValueEditor.java

Author: seelmann
Date: Tue Aug 26 03:51:47 2008
New Revision: 689030

URL: http://svn.apache.org/viewvc?rev=689030&view=rev
Log:
Fixed javadoc

Modified:
    directory/studio/trunk/valueeditors/src/main/java/org/apache/directory/studio/valueeditors/time/InPlaceGeneralizedTimeValueEditor.java

Modified: directory/studio/trunk/valueeditors/src/main/java/org/apache/directory/studio/valueeditors/time/InPlaceGeneralizedTimeValueEditor.java
URL: http://svn.apache.org/viewvc/directory/studio/trunk/valueeditors/src/main/java/org/apache/directory/studio/valueeditors/time/InPlaceGeneralizedTimeValueEditor.java?rev=689030&r1=689029&r2=689030&view=diff
==============================================================================
--- directory/studio/trunk/valueeditors/src/main/java/org/apache/directory/studio/valueeditors/time/InPlaceGeneralizedTimeValueEditor.java (original)
+++ directory/studio/trunk/valueeditors/src/main/java/org/apache/directory/studio/valueeditors/time/InPlaceGeneralizedTimeValueEditor.java Tue Aug 26 03:51:47 2008
@@ -46,14 +46,8 @@
     /**
      * {@inheritDoc}
      * 
-     * Returns the proper formatted date and time, Timezone is 
-     * convertet to the default locale. 
-     * 
-     * Can handle 
-     * <ul>
-     * <li>default LDAP format: yyyyMMddHHmmssZ
-     * <li>Active Directory format: yyyyMMddHHmmss.SSSZ
-     * </ul>  
+     * Returns the proper formatted date and time, timezone is 
+     * converted to the default locale. 
      */
     public String getDisplayValue( IValue value )
     {