Skip to content

Conversation

jamezp
Copy link
Member

@jamezp jamezp commented Jul 25, 2017

pom.xml Outdated
<version.org.jboss.apiviz.plugin>1.3.2.GA</version.org.jboss.apiviz.plugin>
<!-- Byteman -->
<byteman.host>127.0.0.1</byteman.host>
<byteman.port>17091</byteman.port>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These aren't used and need to be removed.

private void move(final ErrorManager errorManager, final Path src, final Path target) {
try {
Files.move(src, target, StandardCopyOption.REPLACE_EXISTING);
} catch (IOException e) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we just catch Exception instead?

@jamezp jamezp merged commit e5702d4 into jboss-logging:master Jul 25, 2017
@jamezp jamezp deleted the LOGMGR-154 branch July 25, 2017 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant