- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for NoOp (0.01 sec)
-
src/main/java/org/codelibs/fess/util/ThreadDumpUtil.java
private static final Logger logger = LogManager.getLogger(ThreadDumpUtil.class); /** * Private constructor to prevent instantiation of this utility class. */ protected ThreadDumpUtil() { // noop } /** * Prints thread dump information to the logger at INFO level. */ public static void printThreadDump() { processThreadDump(logger::info); } /**
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 3.3K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/PomDiscovery.java
* from these Documents as needed for superior formatting preservation. */ public class PomDiscovery { private PomDiscovery() { // noop } /** * Discovers and loads all POM files starting from the given directory. * * @param startDirectory the directory to start discovery fromRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 4.8K bytes - Viewed (0)