This is an automated email from the ASF dual-hosted git repository.
mblow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb.git
The following commit(s) were added to refs/heads/master by this push:
new fee9200 [NO ISSUE][HYR] Add FunctionalInterface annotation
fee9200 is described below
commit fee9200b412424397d56a069441676b1a7852b62
Author: Michael Blow <[email protected]>
AuthorDate: Thu Dec 5 15:34:23 2019 -0500
[NO ISSUE][HYR] Add FunctionalInterface annotation
Change-Id: I7cdc0ac896ef9e856742e86eabcf77edf490e469
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/4383
Contrib: Jenkins <[email protected]>
Tested-by: Jenkins <[email protected]>
Integration-Tests: Jenkins <[email protected]>
Reviewed-by: Till Westmann <[email protected]>
---
.../src/main/java/org/apache/hyracks/util/ComputingAction.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/hyracks-fullstack/hyracks/hyracks-util/src/main/java/org/apache/hyracks/util/ComputingAction.java
b/hyracks-fullstack/hyracks/hyracks-util/src/main/java/org/apache/hyracks/util/ComputingAction.java
index 147e871..1c9da52 100644
---
a/hyracks-fullstack/hyracks/hyracks-util/src/main/java/org/apache/hyracks/util/ComputingAction.java
+++
b/hyracks-fullstack/hyracks/hyracks-util/src/main/java/org/apache/hyracks/util/ComputingAction.java
@@ -18,6 +18,7 @@
*/
package org.apache.hyracks.util;
+@FunctionalInterface
public interface ComputingAction<T> {
@SuppressWarnings("squid:S00112")
T compute() throws Throwable;