Skip to content

Conversation

@bpross-52n
Copy link
Contributor

// will return an URL
return resource;
}
System.out.println(resource);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please remove the System.out?

* @return A File object, or null if one could not be created.
*/
final File findScriptFile(URI uri) {
final Object findScriptFile(URI uri) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please check if a more specific data type can be used?

@ghobona ghobona self-requested a review September 29, 2025 09:08
@ghobona ghobona self-assigned this Sep 29, 2025
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.

Command shell (terminal) not working (Java 8/17)

4 participants