mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-07-30 07:18:37 -09:00
GP-0: Cleaning up certain types of javadoc errors
This commit is contained in:
@@ -13,9 +13,6 @@ package mobiledevices.dmg.ghidra;
|
||||
public class GDataConverterBE implements GDataConverter {
|
||||
public static final GDataConverterBE INSTANCE = new GDataConverterBE();
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
|
||||
@@ -11,9 +11,7 @@ package mobiledevices.dmg.ghidra;
|
||||
|
||||
public class GDataConverterLE implements GDataConverter {
|
||||
public static GDataConverterLE INSTANCE = new GDataConverterLE();
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user