Github user swill commented on the pull request:

    https://github.com/apache/cloudstack/pull/1427#issuecomment-191389512
  
    It looks like your IDE had a field day with this class.  So other than the 
reordering of imports, adding `final` to a ton of variables and removing some 
unneeded brackets, this is really the only change?  Right?
    
    `
    -        String dir = UUID.nameUUIDFromBytes(nfsPath.getBytes()).toString();
    +        final String dir = 
UUID.nameUUIDFromBytes(nfsPath.getBytes(getPreferredCharset())).toString();
    `


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to