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 72FEF6CE7 for ; Mon, 25 Jul 2011 09:38:36 +0000 (UTC) Received: (qmail 90944 invoked by uid 500); 25 Jul 2011 09:38:35 -0000 Delivered-To: apmail-poi-commits-archive@poi.apache.org Received: (qmail 90904 invoked by uid 500); 25 Jul 2011 09:38:33 -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 90884 invoked by uid 99); 25 Jul 2011 09:38:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jul 2011 09:38:29 +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; Mon, 25 Jul 2011 09:38:27 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C799323888EA for ; Mon, 25 Jul 2011 09:38:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1150605 - /poi/trunk/src/types/styles/hdftype.xsl Date: Mon, 25 Jul 2011 09:38:05 -0000 To: commits@poi.apache.org From: sergey@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110725093805.C799323888EA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sergey Date: Mon Jul 25 09:38:05 2011 New Revision: 1150605 URL: http://svn.apache.org/viewvc?rev=1150605&view=rev Log: mark autogenerated methods as internal, but leave them as public Modified: poi/trunk/src/types/styles/hdftype.xsl Modified: poi/trunk/src/types/styles/hdftype.xsl URL: http://svn.apache.org/viewvc/poi/trunk/src/types/styles/hdftype.xsl?rev=1150605&r1=1150604&r2=1150605&view=diff ============================================================================== --- poi/trunk/src/types/styles/hdftype.xsl (original) +++ poi/trunk/src/types/styles/hdftype.xsl Mon Jul 25 09:38:05 2011 @@ -32,6 +32,7 @@ package import org.apache.poi.util.BitField; +import org.apache.poi.util.Internal; import org.apache.poi.util.LittleEndian; import org.apache.poi.util.StringUtil; import org.apache.poi.util.HexDump; @@ -39,10 +40,15 @@ import org.apache.poi.hwpf.usermodel.*; /** * + * <p> * NOTE: This source is automatically generated please do not modify this file. Either subclass or * remove the record in src/types/definitions. + * <p> + * This class is internal. It content or properties may change without notice + * due to changes in our knowledge of internal Microsoft Word binary structures. */ +@Internal public abstract class AbstractType { @@ -208,6 +214,7 @@ public abstract class field value. * */ + @Internal public void set( value ) { = ; @@ -217,6 +224,7 @@ public abstract class * @return the field value. */ + @Internal public () { return @@ -244,7 +252,7 @@ public abstract class /**/ - public final static + protected final static @@ -290,6 +298,7 @@ public abstract class */ + @Internal public get() { return ; @@ -314,6 +323,7 @@ public abstract class * One of */ + @Internal public void set( ) { this. = ; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org