mrglavas 2004/11/17 12:18:44
Modified: java/src/org/apache/xerces/xs/datatypes XSDateTime.java
Log:
Fix indentation.
Revision Changes Path
1.2 +36 -36
xml-xerces/java/src/org/apache/xerces/xs/datatypes/XSDateTime.java
Index: XSDateTime.java
===================================================================
RCS file:
/home/cvs/xml-xerces/java/src/org/apache/xerces/xs/datatypes/XSDateTime.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- XSDateTime.java 17 Nov 2004 18:31:53 -0000 1.1
+++ XSDateTime.java 17 Nov 2004 20:18:44 -0000 1.2
@@ -26,39 +26,39 @@
* @version $Id$
*/
public interface XSDateTime {
-
- /**
- * @return year
- */
- public int getYear();
-
- /**
- * @return month
- */
- public int getMonth();
-
- /**
- * @return day
- */
- public int getDay();
-
- /**
- * @return hour
- */
- public int getHour();
-
- /**
- * @return minutes
- */
- public int getMinutes();
-
- /**
- * @return seconds
- */
- public double getSeconds();
-
- /**
- * @return boolean
- */
- public boolean hasTimeZone();
+
+ /**
+ * @return year
+ */
+ public int getYear();
+
+ /**
+ * @return month
+ */
+ public int getMonth();
+
+ /**
+ * @return day
+ */
+ public int getDay();
+
+ /**
+ * @return hour
+ */
+ public int getHour();
+
+ /**
+ * @return minutes
+ */
+ public int getMinutes();
+
+ /**
+ * @return seconds
+ */
+ public double getSeconds();
+
+ /**
+ * @return boolean
+ */
+ public boolean hasTimeZone();
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]