This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b448d8  Add @Override
1b448d8 is described below

commit 1b448d8f73075cdb33db38055f03d40572ba8b50
Author: Andy Seaborne <[email protected]>
AuthorDate: Fri Dec 20 12:49:42 2019 +0000

    Add @Override
---
 .../main/java/org/apache/jena/ext/xerces/impl/dv/xs/DateTimeStampDV.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/jena-core/src/main/java/org/apache/jena/ext/xerces/impl/dv/xs/DateTimeStampDV.java
 
b/jena-core/src/main/java/org/apache/jena/ext/xerces/impl/dv/xs/DateTimeStampDV.java
index 312566b..62fc8c2 100644
--- 
a/jena-core/src/main/java/org/apache/jena/ext/xerces/impl/dv/xs/DateTimeStampDV.java
+++ 
b/jena-core/src/main/java/org/apache/jena/ext/xerces/impl/dv/xs/DateTimeStampDV.java
@@ -44,6 +44,7 @@ public class DateTimeStampDV extends DateTimeDV {
     * @return normalized dateTime representation
     * @exception SchemaDateTimeException Invalid lexical representation
     */
+   @Override
    protected DateTimeData parse(String str) throws SchemaDateTimeException {
       DateTimeData dateTimeData = super.parse( str );
       if (dateTimeData.hasTimeZone()) {

Reply via email to