mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-30 11:45:53 +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() {
|
public List<SomExportEntryExt> getExportExtensions() {
|
||||||
return exportExtensions;
|
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() {
|
public int getSize() {
|
||||||
return size;
|
return size;
|
||||||
|
|||||||
@@ -95,7 +95,6 @@ public class ApplicationKeyStore {
|
|||||||
/**
|
/**
|
||||||
* Attempt to load a client/server keystore in a PKCS12 form (*.p12, *.pks, *.pfx) or
|
* Attempt to load a client/server keystore in a PKCS12 form (*.p12, *.pks, *.pfx) or
|
||||||
* Java JKS (*.jks) form.
|
* Java JKS (*.jks) form.
|
||||||
* @param path keystore file path
|
|
||||||
* @param pwd keystore password
|
* @param pwd keystore password
|
||||||
* @return keystore instance
|
* @return keystore instance
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
|
|||||||
Reference in New Issue
Block a user