-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59262/
-----------------------------------------------------------
Review request for atlas.
Bugs: ATLAS-1785
https://issues.apache.org/jira/browse/ATLAS-1785
Repository: atlas
Description
-------
Fixed the following Findbugs warnings:
* Repeated conditional test in
org.apache.atlas.falcon.bridge.FalconBridge.createFeedCreationEntity(Feed,
ConfigurationStore)
* Switch statement found in
org.apache.atlas.falcon.hook.FalconHook.fireAndForget(FalconEvent) where
default case is missing
Diffs
-----
addons/falcon-bridge/src/main/java/org/apache/atlas/falcon/bridge/FalconBridge.java
349da66
addons/falcon-bridge/src/main/java/org/apache/atlas/falcon/hook/FalconHook.java
842b2ce
Diff: https://reviews.apache.org/r/59262/diff/1/
Testing
-------
Thanks,
Jan Hentschel