- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for dispoe (0.03 sec)
-
src/test/java/org/codelibs/fess/opensearch/common/ImplementedInvokerAssistantTest.java
public void test_toBeDisposable_validProcess() { InvokerAssistant.DisposableProcess process = new InvokerAssistant.DisposableProcess() { @Override public void dispose() { // Empty implementation for test } }; // Should not throw exception invokerAssistant.toBeDisposable(process); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 10.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/thumbnail/impl/HtmlTagBasedGenerator.java
ImageIO.write(thumbnail, fessConfig.getThumbnailHtmlImageFormat(), outputFile); image.flush(); return Result.OK; } finally { reader.dispose(); } } return Result.FAILED; } /** * Enumeration representing the possible results of thumbnail image processing. */ protected enum Result {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 10.4K bytes - Viewed (0)