Add lin action and minor change to trigger it
This commit is contained in:
@@ -2,8 +2,10 @@ package com.softwaresmyth.functions;
|
||||
|
||||
import java.util.Optional;
|
||||
|
||||
public class OrNot
|
||||
public enum OrNot
|
||||
{
|
||||
; // Enum with no variants for a utility class that is not meant to be instantiated.
|
||||
|
||||
public static void noop(Object... ignored)
|
||||
{
|
||||
//do nothing
|
||||
|
||||
Reference in New Issue
Block a user