[ 
https://issues.apache.org/jira/browse/DROIDS-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12898565#action_12898565
 ] 

Javier Puerto commented on DROIDS-91:
-------------------------------------

I have the same problems.

The current patch:

--- src/main/java/org/apache/droids/LinkTask.java       (revision 985452)
+++ src/main/java/org/apache/droids/LinkTask.java       (working copy)
@@ -23,31 +23,28 @@
 
 import org.apache.droids.api.Link;
 
-public class LinkTask implements Link, Serializable
-{
+public class LinkTask implements Link, Serializable {


The path should be relative a $DROIDS_HOME. In this case the file is in 
droids-core but I had to check it. The change in the class declaration don't 
add any functionality and is only code formating so it should be out.

I'm going to patch it but review for further contributions. Thanks.

Commited revision: r985463

> Rename misspelled getLastModifedDate and setLastModifedDate methods in 
> LinkTask
> -------------------------------------------------------------------------------
>
>                 Key: DROIDS-91
>                 URL: https://issues.apache.org/jira/browse/DROIDS-91
>             Project: Droids
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 0.0.1
>            Reporter: Eugen Paraschiv
>             Fix For: 0.0.1
>
>         Attachments: DROIDS-91_v2.patch
>
>
> There are 3 getter/setter in LinkTask that deal with the same field; two of 
> them are misspelled: 
> - getLastModifedDate
> - setLastModifedDate
> - getLastModifiedDate
> This should be fixed. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to