Skip to content

Commit

Permalink
Fix some Javadoc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Oct 4, 2024
1 parent 6e1c1f2 commit 71703e9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ private static void declaredType(XmlProcessor builder, String wrapper, DeclaredT
/**
* Find the element's package.
* <p>For nested classes, we may have to look up several times.</p>
* @param element The starting element
* @return the package name
*/
public static String getPackage(Element element) {
Expand All @@ -97,7 +98,7 @@ public static String getPackage(Element element) {

/**
* Find the name of this type; that's our ancestor names if this is a nested class.
* @param element The element
* @param element The starting Welement
* @return The type name
*/
public static String getType(Element element) {
Expand Down

0 comments on commit 71703e9

Please sign in to comment.