GP-0: Fixing javadoc

This commit is contained in:
Ryan Kurtz
2025-11-17 05:32:40 -05:00
parent 217aded90d
commit 6467124721
3 changed files with 2 additions and 3 deletions
@@ -452,7 +452,7 @@ public class SomDynamicLoaderHeader implements StructConverter {
}
/**
* {@return the {@link List} of {@link SomExportEntryExt export entry extensions}
* {@return the {@link List} of {@link SomExportEntryExt export entry extensions}}
*/
public List<SomExportEntryExt> getExportExtensions() {
return exportExtensions;
@@ -53,7 +53,7 @@ public class SomExportEntryExt implements StructConverter {
}
/**
* {@return the size of the export symbol and is only valid for exports of type {@code ST_DATA}
* {@return the size of the export symbol and is only valid for exports of type {@code ST_DATA}}
*/
public int getSize() {
return size;
@@ -95,7 +95,6 @@ public class ApplicationKeyStore {
/**
* Attempt to load a client/server keystore in a PKCS12 form (*.p12, *.pks, *.pfx) or
* Java JKS (*.jks) form.
* @param path keystore file path
* @param pwd keystore password
* @return keystore instance
* @throws IOException