Skip to content

Commit

Permalink
Fixup javadoc comments an non-accessible classes
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored and mtughan committed Dec 4, 2023
1 parent c7101bb commit 54c2b7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ public DescriptorImpl getDescriptor() {
}

/**
* Automatically registered by {@link XStream2.AssociatedConverterImpl#findConverter(Class)}
* Automatically registered by XStream2.AssociatedConverterImpl#findConverter(Class)
* Process the class regularly but add a check after that
*/
@SuppressWarnings("unused") // discovered dynamically
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class UIHelper {
/**
* Extracts the parameters from the given request
*
* @param req
* @param json
* the request potentially containing parameters
* @return parameters - might be an empty array, but never <code>null</code>.
*/
Expand Down

0 comments on commit 54c2b7d

Please sign in to comment.