Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AFA471000A for ; Thu, 27 Feb 2014 13:47:49 +0000 (UTC) Received: (qmail 81314 invoked by uid 500); 27 Feb 2014 13:47:45 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 81218 invoked by uid 500); 27 Feb 2014 13:47:44 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 81210 invoked by uid 99); 27 Feb 2014 13:47:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Feb 2014 13:47:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Feb 2014 13:47:42 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 5819923888D7; Thu, 27 Feb 2014 13:47:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1572571 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/StreamingNotSupportedException.java Date: Thu, 27 Feb 2014 13:47:21 -0000 To: commits@commons.apache.org From: ggregory@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140227134721.5819923888D7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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() {