We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error output resulting from ant when building old release 0.4.2:
ant
[javac] if (!metric.isThreadsafe()) { [javac] ^ [javac] symbol: method isThreadsafe() [javac] location: variable metric of type Metric<?> [javac] 1 error
Build succeeds after uncommenting the following line in src/multeval/metrics/Metric.java:
src/multeval/metrics/Metric.java
//public abstract boolean isThreadsafe();
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Error output resulting from
ant
when building old release 0.4.2:Build succeeds after uncommenting the following line in
src/multeval/metrics/Metric.java
:The text was updated successfully, but these errors were encountered: