From depot-cvs-return-40-apmail-incubator-depot-cvs-archive=incubator.apache.org@incubator.apache.org Thu Feb 05 07:30:12 2004 Return-Path: Delivered-To: apmail-incubator-depot-cvs-archive@www.apache.org Received: (qmail 37769 invoked from network); 5 Feb 2004 07:30:11 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 5 Feb 2004 07:30:11 -0000 Received: (qmail 73488 invoked by uid 500); 5 Feb 2004 07:29:49 -0000 Delivered-To: apmail-incubator-depot-cvs-archive@incubator.apache.org Received: (qmail 73468 invoked by uid 500); 5 Feb 2004 07:29:49 -0000 Mailing-List: contact depot-cvs-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: depot-dev@incubator.apache.org Delivered-To: mailing list depot-cvs@incubator.apache.org Received: (qmail 73451 invoked from network); 5 Feb 2004 07:29:48 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 5 Feb 2004 07:29:48 -0000 Received: (qmail 37752 invoked by uid 65534); 5 Feb 2004 07:30:11 -0000 Date: 5 Feb 2004 07:30:11 -0000 Message-ID: <20040205073011.37751.qmail@minotaur.apache.org> From: nickchalko@apache.org To: depot-cvs@incubator.apache.org Subject: svn commit: rev 6507 - incubator/depot/trunk/version/src/java/core/org/apache/version/generation/source X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: nickchalko Date: Wed Feb 4 23:30:10 2004 New Revision: 6507 Modified: incubator/depot/trunk/version/src/java/core/org/apache/version/generation/source/StandaloneVersionMarkerClassGenerator.java Log: Use the hasAttribute method. Modified: incubator/depot/trunk/version/src/java/core/org/apache/version/generation/source/StandaloneVersionMarkerClassGenerator.java ============================================================================== --- incubator/depot/trunk/version/src/java/core/org/apache/version/generation/source/StandaloneVersionMarkerClassGenerator.java (original) +++ incubator/depot/trunk/version/src/java/core/org/apache/version/generation/source/StandaloneVersionMarkerClassGenerator.java Wed Feb 4 23:30:10 2004 @@ -262,7 +262,7 @@ emulateInterface(out, StandardPseudoInterface.COMPOUND, proxy); - if (null != proxy.getAttributes()) { + if (hasAttributes(proxy)) { emulateInterface(out, StandardPseudoInterface.ATTRIBUTED, proxy); } if (null != proxy.getAnnotations()) {