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

JavaDoc: Unknown Paramter #1441

Closed
Samyssmile opened this issue May 10, 2024 · 0 comments
Closed

JavaDoc: Unknown Paramter #1441

Samyssmile opened this issue May 10, 2024 · 0 comments
Assignees

Comments

@Samyssmile
Copy link

Samyssmile commented May 10, 2024

Wrong paramter name

Found on integration branch.

class FileOutputMappers

`
/**
* Maps to a relative subfolder of the original with no prefix or suffix
*
* @param relativePath
* the relative path to the results folder from the original
* source file location
* @param prefix
* the prefix for generated files, can not be null or empty
* @return a new FileOutputMapper
*/

public static final FileOutputMapper verFold(final String path, final String prefix, final String suffix) {`

relativePath should be renamed to path.

Assign this to me

Samyssmile pushed a commit to Samyssmile/veraPDF-library that referenced this issue May 11, 2024
MaximPlusov pushed a commit that referenced this issue May 13, 2024
github-actions bot pushed a commit that referenced this issue May 13, 2024
github-actions bot pushed a commit that referenced this issue May 13, 2024
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

No branches or pull requests

2 participants