Revision: 7525
Author: victormote
Date: 2006-06-11 11:57:54 -0700 (Sun, 11 Jun 2006)
ViewCVS: http://svn.sourceforge.net/foray/?rev=7525&view=rev
Log Message:
-----------
Conform to axsl change: Add new HyphenBreak interface and method in Hyphenation to return one for a specific hyphen break.
Modified Paths:
--------------
trunk/foray/foray-hyphen-r/src/java/org/foray/hyphenR/Hyphenation.java
Modified: trunk/foray/foray-hyphen-r/src/java/org/foray/hyphenR/Hyphenation.java
===================================================================
--- trunk/foray/foray-hyphen-r/src/java/org/foray/hyphenR/Hyphenation.java 2006-06-11 15:42:48 UTC (rev 7524)
+++ trunk/foray/foray-hyphen-r/src/java/org/foray/hyphenR/Hyphenation.java 2006-06-11 18:57:54 UTC (rev 7525)
@@ -29,6 +29,7 @@
package org.foray.hyphenR;
+import org.axsl.hyphenR.HyphenBreak;
import org.axsl.hyphenR.HyphenationException;
/**
@@ -120,4 +121,12 @@
return liangValue;
}
+ /**
+ * {@inheritDoc}
+ */
+ public HyphenBreak getHyphenBreak(int index) {
+ /* TODO: Consider implementing this. */
+ return null;
+ }
+
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|