summaryrefslogtreecommitdiff
path: root/src/net/sourceforge/plantuml/graphic/TextBlockUtils.java
diff options
context:
space:
mode:
authorAndrew Shadura <andrew.shadura@collabora.co.uk>2016-04-21 11:16:15 +0200
committerAndrew Shadura <andrew.shadura@collabora.co.uk>2016-04-21 11:16:15 +0200
commitf9dab4abce6df0e9b5121895cc6e94823c2dece3 (patch)
tree67268f8ffb037cf24ab13b3d117bd9ec3daa379e /src/net/sourceforge/plantuml/graphic/TextBlockUtils.java
parentc8193f238ed8e884ba793479204846db8354d1c0 (diff)
Imported Upstream version 8038
Diffstat (limited to 'src/net/sourceforge/plantuml/graphic/TextBlockUtils.java')
-rw-r--r--src/net/sourceforge/plantuml/graphic/TextBlockUtils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/sourceforge/plantuml/graphic/TextBlockUtils.java b/src/net/sourceforge/plantuml/graphic/TextBlockUtils.java
index a4983a8..8dd7361 100644
--- a/src/net/sourceforge/plantuml/graphic/TextBlockUtils.java
+++ b/src/net/sourceforge/plantuml/graphic/TextBlockUtils.java
@@ -102,7 +102,7 @@ public class TextBlockUtils {
static {
final BufferedImage imDummy = new BufferedImage(10, 10, BufferedImage.TYPE_INT_RGB);
gg = imDummy.createGraphics();
- dummyStringBounder = StringBounderUtils.asStringBounder(gg);
+ dummyStringBounder = StringBounderUtils.asStringBounder();
}
public static boolean isEmpty(TextBlock text) {