mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-29 06:29:30 +08:00
GP-0: Fixing javadoc
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user