Author: rdonkin
Date: Sat Dec 7 11:21:34 2013
New Revision: 1548876
URL: http://svn.apache.org/r1548876
Log:
Format Code.
Modified:
creadur/rat/branches/gsoc/apache-rat-core/src/main/java/org/apache/rat/report/RatReport.java
Modified:
creadur/rat/branches/gsoc/apache-rat-core/src/main/java/org/apache/rat/report/RatReport.java
URL:
http://svn.apache.org/viewvc/creadur/rat/branches/gsoc/apache-rat-core/src/main/java/org/apache/rat/report/RatReport.java?rev=1548876&r1=1548875&r2=1548876&view=diff
==============================================================================
---
creadur/rat/branches/gsoc/apache-rat-core/src/main/java/org/apache/rat/report/RatReport.java
(original)
+++
creadur/rat/branches/gsoc/apache-rat-core/src/main/java/org/apache/rat/report/RatReport.java
Sat Dec 7 11:21:34 2013
@@ -15,7 +15,7 @@
* KIND, either express or implied. See the License for the *
* specific language governing permissions and limitations *
* under the License. *
- */
+ */
package org.apache.rat.report;
import org.apache.rat.api.Document;
@@ -23,9 +23,9 @@ import org.apache.rat.api.RatException;
public interface RatReport {
- public void startReport() throws RatException;
-
- public void report(Document document) throws RatException;
-
- public void endReport() throws RatException;
+ public void startReport() throws RatException;
+
+ public void report(Document document) throws RatException;
+
+ public void endReport() throws RatException;
}