Code cleaning
Most notable change: Remove redundant type parameters and replaced with <>. This is a small step to bring us closer to upstream parity.
This commit is contained in:
@@ -165,7 +165,7 @@ public class HelpJSAP extends JSAP
|
||||
{
|
||||
if (!(jsapResult.success()) || jsapResult.getBoolean("help"))
|
||||
{
|
||||
List<String> returnValue = new LinkedList<String>();
|
||||
List<String> returnValue = new LinkedList<>();
|
||||
// To avoid spurious missing argument errors we never print errors if help is required.
|
||||
if (!jsapResult.getBoolean("help"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user