Skip to content
New issue

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

Fix javadoc error related to @param in TimedHashMap.java (1.8) #908

Open
wants to merge 1 commit into
base: 1.8
Choose a base branch
from

Conversation

robert-scheck
Copy link

When building using OpenJDK Java 17, I run into the following javadoc error related to @param in TimedHashMap.java which should be fixed:

IcedTea-Web-icedtea-web-1.8.8/netx/net/sourceforge/jnlp/util/TimedHashMap.java:60: error: invalid use of @param
 * @param K The key type
   ^
IcedTea-Web-icedtea-web-1.8.8/netx/net/sourceforge/jnlp/util/TimedHashMap.java:61: error: invalid use of @param
 * @param V The Object type
   ^

@robert-scheck
Copy link
Author

Ping?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant