View | Details | Raw Unified | Return to bug 190153
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
MASTER_SITE_SUBDIR=	ale
10
MASTER_SITE_SUBDIR=	ale
11
11
12
MAINTAINER=	ale@FreeBSD.org
12
MAINTAINER=	ale@FreeBSD.org
13
COMMENT=	A Java-PDF Library
13
COMMENT=	Java-PDF Library
14
14
15
LICENSE=	MPL LGPL20
15
LICENSE=	MPL LGPL20
16
LICENSE_COMB=	dual
16
LICENSE_COMB=	dual
(-)files/patch-rtf__com__lowagie__text__rtf__parser__destinations__RtfDestinationStylesheetTable.java (+11 lines)
Line 0 Link Here
1
--- ./rtf/com/lowagie/text/rtf/parser/destinations/RtfDestinationStylesheetTable.java.orig	2014-05-23 19:02:27.000000000 +0000
2
+++ ./rtf/com/lowagie/text/rtf/parser/destinations/RtfDestinationStylesheetTable.java	2014-05-23 19:02:52.000000000 +0000
3
@@ -91,7 +91,7 @@
4
 	 */
5
 	private int alignment = Element.ALIGN_LEFT;
6
 	/**
7
-	 * Percentage of line occupied by Kashida justification (0 � low, 10 � medium, 20 � high).
8
+	 * Percentage of line occupied by Kashida justification (0 low, 10 medium, 20 high).
9
 	 * \qkN
10
 	 */
11
 	private int justificationPercentage = 0;

Return to bug 190153