Github user amihalik commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/115#discussion_r83737780
--- Diff:
extras/rya.console/src/main/java/org/apache/rya/shell/SharedShellState.java ---
@@ -23,10 +23,10 @@
import java.util.Objects;
import java.util.concurrent.locks.ReentrantLock;
-import javax.annotation.Nullable;
-import javax.annotation.ParametersAreNonnullByDefault;
-import javax.annotation.concurrent.Immutable;
-import javax.annotation.concurrent.ThreadSafe;
+import edu.umd.cs.findbugs.annotations.Nullable;
--- End diff --
Do you mean the new package name? Yeah, that's intentional but I don't know
if it's correct. I was told to use findbug-annotations, and that's where the
nullable annotation lives.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---