Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 69173 invoked from network); 1 Jul 2002 18:43:07 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by 209.66.108.5 with SMTP; 1 Jul 2002 18:43:07 -0000 Received: (qmail 27419 invoked by uid 97); 1 Jul 2002 18:43:18 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 27402 invoked by uid 97); 1 Jul 2002 18:43:17 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 27391 invoked by uid 97); 1 Jul 2002 18:43:16 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Date: 1 Jul 2002 18:43:00 -0000 Message-ID: <20020701184300.77498.qmail@icarus.apache.org> From: rdonkin@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/betwixt/src/java/org/apache/commons/betwixt ElementDescriptor.java X-Spam-Rating: 209.66.108.5 1.6.2 0/1000/N X-Spam-Rating: 209.66.108.5 1.6.2 0/1000/N rdonkin 2002/07/01 11:43:00 Modified: betwixt/src/java/org/apache/commons/betwixt ElementDescriptor.java Log: Added more details for logging Revision Changes Path 1.3 +3 -1 jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/ElementDescriptor.java Index: ElementDescriptor.java =================================================================== RCS file: /home/cvs/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/ElementDescriptor.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ElementDescriptor.java 11 Jun 2002 16:05:20 -0000 1.2 +++ ElementDescriptor.java 1 Jul 2002 18:43:00 -0000 1.3 @@ -128,7 +128,9 @@ } public String toString() { - return "ElementDescriptor[qname=" + getQualifiedName() + ",class=" + getPropertyType() + "]"; + return + "ElementDescriptor[qname=" + getQualifiedName() + ",class=" + getPropertyType() + + ",singular=" + getSingularPropertyType() + "]"; } /** Creates a ElementDescriptor with namespace URI and qualified name */ -- To unsubscribe, e-mail: For additional commands, e-mail: