Add lin action and minor change to trigger it
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
Java Google Checkstyle / Checkstyle Linter (push) Failing after 0s

This commit is contained in:
2026-01-23 22:33:33 -06:00
parent 6ad62b8339
commit ce188a899a
3 changed files with 53 additions and 3 deletions
@@ -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