|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Code changed in jenkins
User: Kieron Briggs
Path:
src/main/java/hudson/plugins/doxygen/DoxygenDirectoryParser.java
src/test/java/hudson/plugins/doxygen/DoxygenArchiverTest.java
src/test/java/hudson/plugins/doxygen/DoxygenDirectoryParserTest.java
http://jenkins-ci.org/commit/doxygen-plugin/f9b10f47eac5609d3419240831f80bd6083bb3c3
Log:
JENKINS-18154 remove isDirectoryAbsolute()
The refactor of getDoxygenGeneratedDir() has made isDirectoryAbsolute()
redundant; remove it.