[
https://issues.apache.org/jira/browse/QUARKS-39?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15201328#comment-15201328
]
ASF GitHub Bot commented on QUARKS-39:
--------------------------------------
Github user Cazen commented on a diff in the pull request:
https://github.com/apache/incubator-quarks/pull/23#discussion_r56641665
--- Diff: api/topology/src/test/java/quarks/test/topology/TStreamTest.java
---
@@ -292,6 +292,7 @@ public void testSplitWithNegativeOutputs() throws
Exception {
private enum LogSeverityEnum {
ALERT(1), CRITICAL(2), ERROR(3), WARNING(4), NOTICE(5), INFO(6),
DEBUG(7);
+ @SuppressWarnings("unused")
--- End diff --
@dlaboss +1 LGTM Thank you :)
> Java warnings creaping in
> -------------------------
>
> Key: QUARKS-39
> URL: https://issues.apache.org/jira/browse/QUARKS-39
> Project: Quarks
> Issue Type: Bug
> Reporter: Dale LaBossiere
> Assignee: Dale LaBossiere
> Priority: Trivial
>
> I couple of recent merges have introduced some java warnings -- currently at
> 4. I'll clean them up.
> Please try to be more diligent about keeping these out of the code base :-)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)