Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E459818C13 for ; Mon, 14 Sep 2015 12:48:26 +0000 (UTC) Received: (qmail 11739 invoked by uid 500); 14 Sep 2015 12:48:26 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 11662 invoked by uid 500); 14 Sep 2015 12:48:26 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 11652 invoked by uid 99); 14 Sep 2015 12:48:26 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Sep 2015 12:48:26 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id F12A1AC022D for ; Mon, 14 Sep 2015 12:48:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1702933 - /tomcat/trunk/java/org/apache/tomcat/util/modeler/Registry.java Date: Mon, 14 Sep 2015 12:48:25 -0000 To: dev@tomcat.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150914124825.F12A1AC022D@hades.apache.org> Author: markt Date: Mon Sep 14 12:48:25 2015 New Revision: 1702933 URL: http://svn.apache.org/r1702933 Log: Remove comments that refer to code long since removed. Modified: tomcat/trunk/java/org/apache/tomcat/util/modeler/Registry.java Modified: tomcat/trunk/java/org/apache/tomcat/util/modeler/Registry.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/modeler/Registry.java?rev=1702933&r1=1702932&r2=1702933&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/util/modeler/Registry.java (original) +++ tomcat/trunk/java/org/apache/tomcat/util/modeler/Registry.java Mon Sep 14 12:48:25 2015 @@ -59,10 +59,6 @@ import org.apache.tomcat.util.modeler.mo * This is the main entry point into modeler. It provides methods to create * and manipulate model mbeans and simplify their use. * - * Starting with version 1.1, this is no longer a singleton and the static - * methods are strongly deprecated. In a container environment we can expect - * different applications to use different registries. - * * This class is itself an mbean. * * IMPORTANT: public methods not marked with @since x.x are experimental or @@ -134,9 +130,6 @@ public class Registry implements Registr * Factory method to create (if necessary) and return our * Registry instance. * - * Use this method to obtain a Registry - all other static methods - * are deprecated and shouldn't be used. - * * The current version uses a static - future versions could use * the thread class loader. * --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org