Revision: 12395
http://sourceforge.net/p/foray/code/12395
Author: victormote
Date: 2022-01-14 13:55:19 +0000 (Fri, 14 Jan 2022)
Log Message:
-----------
Conform to aXSL change: Remove unnecessary method.
Modified Paths:
--------------
trunk/foray/foray-fotree/src/main/java/org/foray/fotree/fo/obj/FoTextWords4a.java
Modified: trunk/foray/foray-fotree/src/main/java/org/foray/fotree/fo/obj/FoTextWords4a.java
===================================================================
--- trunk/foray/foray-fotree/src/main/java/org/foray/fotree/fo/obj/FoTextWords4a.java 2022-01-14 13:29:25 UTC (rev 12394)
+++ trunk/foray/foray-fotree/src/main/java/org/foray/fotree/fo/obj/FoTextWords4a.java 2022-01-14 13:55:19 UTC (rev 12395)
@@ -86,7 +86,10 @@
return visitor.visit(this);
}
- @Override
+ /**
+ * Returns the raw (unfiltered by text modifiers) text.
+ * @return The raw text.
+ */
public CharSequence getRawText() {
final StringBuilder builder = new StringBuilder();
for (int nodeIndex = 0; nodeIndex < this.paraBranch.qtyTokens(); nodeIndex ++) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|