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 23D8B17D1A for ; Thu, 23 Oct 2014 18:11:38 +0000 (UTC) Received: (qmail 47666 invoked by uid 500); 23 Oct 2014 18:11:38 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 47603 invoked by uid 500); 23 Oct 2014 18:11:37 -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 47594 invoked by uid 99); 23 Oct 2014 18:11:37 -0000 Received: from mx1-us-east.apache.org (HELO mx1-us-east.apache.org) (54.164.171.186) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Oct 2014 18:11:37 +0000 Received: from mx1-us-east.apache.org (localhost [127.0.0.1]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id 2F86D43820 for ; Thu, 23 Oct 2014 18:11:38 +0000 (UTC) Received: by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org, from userid 111) id 24E2C43862; Thu, 23 Oct 2014 18:11:38 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mx1-us-east.apache.org X-Spam-Level: X-Spam-Status: No, score=-1.4 required=10.0 tests=RCVD_IN_DNSWL_BLOCKED, RP_MATCHES_RCVD autolearn=disabled version=3.4.0 Received: from eris.apache.org (eris.apache.org [140.211.11.4]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id DF27043820 for ; Thu, 23 Oct 2014 18:11:37 +0000 (UTC) Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 46453238899C; Thu, 23 Oct 2014 18:11:36 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1633909 - /commons/proper/validator/trunk/src/example/org/apache/commons/validator/example/ValidateExample.java Date: Thu, 23 Oct 2014 18:11:36 -0000 To: commits@commons.apache.org From: ggregory@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141023181136.46453238899C@eris.apache.org> X-Virus-Scanned: ClamAV using ClamSMTP Author: ggregory Date: Thu Oct 23 18:11:35 2014 New Revision: 1633909 URL: http://svn.apache.org/r1633909 Log: No need to explicitly extend Object. Modified: commons/proper/validator/trunk/src/example/org/apache/commons/validator/example/ValidateExample.java Modified: commons/proper/validator/trunk/src/example/org/apache/commons/validator/example/ValidateExample.java URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/src/example/org/apache/commons/validator/example/ValidateExample.java?rev=1633909&r1=1633908&r2=1633909&view=diff ============================================================================== --- commons/proper/validator/trunk/src/example/org/apache/commons/validator/example/ValidateExample.java (original) +++ commons/proper/validator/trunk/src/example/org/apache/commons/validator/example/ValidateExample.java Thu Oct 23 18:11:35 2014 @@ -46,7 +46,7 @@ import org.xml.sax.SAXException; * * @version $Revision$ $Date$ */ -public class ValidateExample extends Object { +public class ValidateExample { /** * We need a resource bundle to get our field names and errors messages