/[classpath]/classpath/javax/xml/datatype/DatatypeFactory.java
ViewVC logotype

Diff of /classpath/javax/xml/datatype/DatatypeFactory.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.3 by gnu_andrew, Tue Aug 2 20:12:39 2005 UTC revision 1.1.2.4 by gnu_andrew, Sat Sep 10 15:31:57 2005 UTC
# Line 91  public abstract class DatatypeFactory Line 91  public abstract class DatatypeFactory
91    
92    /**    /**
93     * Returns a new duration.     * Returns a new duration.
94     * @param durationInMilliseconds the duration in milliseconds     * @param durationInMilliSeconds the duration in milliseconds
95     */     */
96    public abstract Duration newDuration(long durationInMilliSeconds);    public abstract Duration newDuration(long durationInMilliSeconds);
97    
# Line 231  public abstract class DatatypeFactory Line 231  public abstract class DatatypeFactory
231     * @param isPositive whether the duration is positive     * @param isPositive whether the duration is positive
232     * @param years the number of years     * @param years the number of years
233     * @param months the number of months     * @param months the number of months
    * @param days the number of days  
    * @param hours the number of hours  
    * @param minutes th number of minutes  
    * @param seconds the number of seconds  
234     */     */
235    public Duration newDurationYearMonth(boolean isPositive,    public Duration newDurationYearMonth(boolean isPositive,
236                                         BigInteger years,                                         BigInteger years,
# Line 254  public abstract class DatatypeFactory Line 250  public abstract class DatatypeFactory
250     * @param isPositive whether the duration is positive     * @param isPositive whether the duration is positive
251     * @param years the number of years     * @param years the number of years
252     * @param months the number of months     * @param months the number of months
    * @param days the number of days  
    * @param hours the number of hours  
    * @param minutes th number of minutes  
    * @param seconds the number of seconds  
253     */     */
254    public Duration newDurationYearMonth(boolean isPositive,    public Duration newDurationYearMonth(boolean isPositive,
255                                         int years,                                         int years,

Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26