You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Paul Hammant <Pa...@yahoo.com> on 2002/01/07 19:51:16 UTC

[Patch] new Embedded interface

As extracted by IDEA/2 an Embedded interface is attached.

There is also a one line change to Embedded (the class).  From....

   public class Embedded implements Lifecycle {

... to ...

   public class Embedded implements Lifecycle, 
org.apache.catalina.Embedded {

At some convenient point in the future, it may be best to rename 
Embedded (the class) to DefaultEmbedded.

Regards,

- Paul H