Revision: 12333
http://sourceforge.net/p/foray/code/12333
Author: victormote
Date: 2022-01-04 14:43:38 +0000 (Tue, 04 Jan 2022)
Log Message:
-----------
Remove unneeded constructor.
Modified Paths:
--------------
trunk/foray/foray-areatree/src/main/java/org/foray/area/TextAreaWords.java
Modified: trunk/foray/foray-areatree/src/main/java/org/foray/area/TextAreaWords.java
===================================================================
--- trunk/foray/foray-areatree/src/main/java/org/foray/area/TextAreaWords.java 2022-01-04 14:42:43 UTC (rev 12332)
+++ trunk/foray/foray-areatree/src/main/java/org/foray/area/TextAreaWords.java 2022-01-04 14:43:38 UTC (rev 12333)
@@ -62,16 +62,6 @@
}
/**
- * Constructor.
- * @param parentArea The parent area.
- * @param generatedBy The FO tree linkage.
- */
- private TextAreaWords(final AbstractInlineArea parentArea, final Link<FoTextWords> generatedBy) {
- super(parentArea);
- this.foLink = generatedBy;
- }
-
- /**
* Package-visible factory method.
* @param generatedBy The FO node generating this area.
* @param parentArea The parent area.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|