[FOray-commit] SF.net SVN: foray: [7977] trunk/foray
Modular XSL-FO Implementation for Java.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2006-09-07 23:32:56
|
Revision: 7977
http://svn.sourceforge.net/foray/?rev=7977&view=rev
Author: victormote
Date: 2006-09-07 16:32:45 -0700 (Thu, 07 Sep 2006)
Log Message:
-----------
Style changes only.
Modified Paths:
--------------
trunk/foray/foray-hyphen-r/src/java/org/foray/hyphenR/HyphenationTree.java
trunk/foray/foray-mif/src/java/org/foray/mif/MIFDocument.java
trunk/foray/foray-pdf/src/java/org/foray/pdf/object/PDFEncryption.java
trunk/foray/scripts/checkstyle-config.xml
Modified: trunk/foray/foray-hyphen-r/src/java/org/foray/hyphenR/HyphenationTree.java
===================================================================
--- trunk/foray/foray-hyphen-r/src/java/org/foray/hyphenR/HyphenationTree.java 2006-09-07 23:30:16 UTC (rev 7976)
+++ trunk/foray/foray-hyphen-r/src/java/org/foray/hyphenR/HyphenationTree.java 2006-09-07 23:32:45 UTC (rev 7977)
@@ -570,7 +570,6 @@
token = in.readLine().trim();
long starttime = 0;
int counter = 0;
- ;
try {
final BufferedReader reader =
new BufferedReader(new FileReader(token));
Modified: trunk/foray/foray-mif/src/java/org/foray/mif/MIFDocument.java
===================================================================
--- trunk/foray/foray-mif/src/java/org/foray/mif/MIFDocument.java 2006-09-07 23:30:16 UTC (rev 7976)
+++ trunk/foray/foray-mif/src/java/org/foray/mif/MIFDocument.java 2006-09-07 23:32:45 UTC (rev 7977)
@@ -867,7 +867,6 @@
mif += "\n<TblTRuling `Default'>";
mif += "\n> #End TblFormat";
- ;
mif += "\n\t<TblNumColumns " + tblColumns.size() + " >";
stream.write(mif.getBytes());
Modified: trunk/foray/foray-pdf/src/java/org/foray/pdf/object/PDFEncryption.java
===================================================================
--- trunk/foray/foray-pdf/src/java/org/foray/pdf/object/PDFEncryption.java 2006-09-07 23:30:16 UTC (rev 7976)
+++ trunk/foray/foray-pdf/src/java/org/foray/pdf/object/PDFEncryption.java 2006-09-07 23:32:45 UTC (rev 7977)
@@ -373,7 +373,7 @@
hash[i++] = (byte) (number >>> 8);
hash[i++] = (byte) (number >>> 16);
hash[i++] = (byte) (generation >>> 0);
- hash[i++] = (byte) (generation >>> 8);;
+ hash[i++] = (byte) (generation >>> 8);
return encryptWithHash(data,hash,hash.length);
}
Modified: trunk/foray/scripts/checkstyle-config.xml
===================================================================
--- trunk/foray/scripts/checkstyle-config.xml 2006-09-07 23:30:16 UTC (rev 7976)
+++ trunk/foray/scripts/checkstyle-config.xml 2006-09-07 23:32:45 UTC (rev 7977)
@@ -114,9 +114,7 @@
</module>
<module name="DefaultComesLast"/>
- <module name="EmptyStatement">
- <property name="severity" value="ignore"/>
- </module>
+ <module name="EmptyStatement"/>
<module name="FallThrough">
<property name="severity" value="ignore"/>
</module>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|