[ 
https://issues.apache.org/jira/browse/AMQ-3515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13116604#comment-13116604
 ] 

Bruce Thompson commented on AMQ-3515:
-------------------------------------

# This patch file was generated by NetBeans IDE
# It uses platform neutral UTF-8 encoding and \n newlines.
--- Base (BASE)
+++ Locally Modified (Based On LOCAL)
@@ -238,7 +238,7 @@
 
     @Override
     public void setDirectory(File dir) {
-        this.directory = directory;
+        this.directory = dir;
     }
 
     public void setBrokerService(BrokerService brokerService) {

                
> MultiKahaDBPersistenceAdapter can not set directory
> ---------------------------------------------------
>
>                 Key: AMQ-3515
>                 URL: https://issues.apache.org/jira/browse/AMQ-3515
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Message Store
>    Affects Versions: 6.0.0
>            Reporter: Bruce Thompson
>
> There is an assignment to self in the directory setter of 
> MultiKahaDBPersitenceAdapter.  this.directory=directory should be 
> this.directory=dir.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to