[aXSL-commit] SF.net SVN: axsl:[3327] trunk/axsl/axsl-orthography/s rc/main/java/org/axsl/orthograp
An API for XSL-FO.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2026-07-16 17:17:32
|
Revision: 3327
http://sourceforge.net/p/axsl/code/3327
Author: victormote
Date: 2026-07-16 17:17:29 +0000 (Thu, 16 Jul 2026)
Log Message:
-----------
Remove method that is an implementation detail.
Modified Paths:
--------------
trunk/axsl/axsl-orthography/src/main/java/org/axsl/orthography/Dictionary.java
Modified: trunk/axsl/axsl-orthography/src/main/java/org/axsl/orthography/Dictionary.java
===================================================================
--- trunk/axsl/axsl-orthography/src/main/java/org/axsl/orthography/Dictionary.java 2026-07-16 12:42:20 UTC (rev 3326)
+++ trunk/axsl/axsl-orthography/src/main/java/org/axsl/orthography/Dictionary.java 2026-07-16 17:17:29 UTC (rev 3327)
@@ -26,7 +26,6 @@
import org.axsl.i18n.WritingSystem;
import java.io.Serializable;
-import java.util.List;
/**
* <p>A collection of natural-language words, possibly useful for hyphenation, spell-checking, etc.</p>
@@ -95,11 +94,4 @@
*/
boolean isExcludedWord(CharSequence wordChars);
- /**
- * Returns the list of imported dictionary IDs.
- * @return The list of imported dictionary IDs for this dictionary.
- * This should never be null, but can be empty.
- */
- List<String> getImportedDictionaries();
-
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|