summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/kitfox/salamander/svg/text/SVGTextContentElement.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/kitfox/salamander/svg/text/SVGTextContentElement.java')
-rw-r--r--src/main/java/com/kitfox/salamander/svg/text/SVGTextContentElement.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/kitfox/salamander/svg/text/SVGTextContentElement.java b/src/main/java/com/kitfox/salamander/svg/text/SVGTextContentElement.java
index 7e43e31..8e48292 100644
--- a/src/main/java/com/kitfox/salamander/svg/text/SVGTextContentElement.java
+++ b/src/main/java/com/kitfox/salamander/svg/text/SVGTextContentElement.java
@@ -54,7 +54,7 @@ public interface SVGTextContentElement extends SVGElement,
/**
* Corresponds to attribute lengthAdjust on the given element. The value must be one of the length adjust constants specified above.
*/
- public SVGAnimatedEnumeration getLengthAdjust();
+ public SVGAnimatedEnumeration<LengthAdjust> getLengthAdjust();
/**
* Returns the total number of characters to be rendered within the current element. Includes characters which are included via a 'tref' reference.