Return-Path: X-Original-To: apmail-poi-commits-archive@minotaur.apache.org Delivered-To: apmail-poi-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 656CB6DF7 for ; Sun, 10 Jul 2011 13:08:05 +0000 (UTC) Received: (qmail 7106 invoked by uid 500); 10 Jul 2011 13:08:05 -0000 Delivered-To: apmail-poi-commits-archive@poi.apache.org Received: (qmail 7075 invoked by uid 500); 10 Jul 2011 13:08:05 -0000 Mailing-List: contact commits-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@poi.apache.org Delivered-To: mailing list commits@poi.apache.org Received: (qmail 7067 invoked by uid 99); 10 Jul 2011 13:08:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Jul 2011 13:08:04 +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; Sun, 10 Jul 2011 13:08:02 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id CB60C23888BD for ; Sun, 10 Jul 2011 13:07:41 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1144856 - /poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/model/PlexOfCps.java Date: Sun, 10 Jul 2011 13:07:41 -0000 To: commits@poi.apache.org From: sergey@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110710130741.CB60C23888BD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sergey Date: Sun Jul 10 13:07:41 2011 New Revision: 1144856 URL: http://svn.apache.org/viewvc?rev=1144856&view=rev Log: add toString() to PlexOfCps Modified: poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/model/PlexOfCps.java Modified: poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/model/PlexOfCps.java URL: http://svn.apache.org/viewvc/poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/model/PlexOfCps.java?rev=1144856&r1=1144855&r2=1144856&view=diff ============================================================================== --- poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/model/PlexOfCps.java (original) +++ poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/model/PlexOfCps.java Sun Jul 10 13:07:41 2011 @@ -154,4 +154,10 @@ public final class PlexOfCps return _props.toArray( new GenericPropertyNode[_props.size()] ); } + + @Override + public String toString() + { + return "PLCF (cbStruct: " + _cbStruct + "; iMac: " + _iMac + ")"; + } } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org