Author: ggregory
Date: Thu Feb 27 13:47:20 2014
New Revision: 1572571
URL: http://svn.apache.org/r1572571
Log:
Format.
Modified:
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/StreamingNotSupportedException.java
Modified:
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/StreamingNotSupportedException.java
URL:
http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/StreamingNotSupportedException.java?rev=1572571&r1=1572570&r2=1572571&view=diff
==============================================================================
---
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/StreamingNotSupportedException.java
(original)
+++
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/StreamingNotSupportedException.java
Thu Feb 27 13:47:20 2014
@@ -19,8 +19,8 @@
package org.apache.commons.compress.archivers;
/**
- * Exception thrown by ArchiveStreamFactory if a format is
- * requested/detected that doesn't support streaming.
+ * Exception thrown by ArchiveStreamFactory if a format is requested/detected
that doesn't support streaming.
+ *
* @since 1.8
*/
public class StreamingNotSupportedException extends ArchiveException {
@@ -31,6 +31,7 @@ public class StreamingNotSupportedExcept
/**
* Creates a new StreamingNotSupportedException.
+ *
* @param format the format that has been requested/detected.
*/
public StreamingNotSupportedException(String format) {
@@ -40,6 +41,7 @@ public class StreamingNotSupportedExcept
/**
* Returns the format that has been requested/detected.
+ *
* @return the format that has been requested/detected.
*/
public String getFormat() {