aidan           Sun Aug 29 17:58:48 2004 EDT

  Modified files:              
    /phpdoc/en/language/oop5    decon.xml 
  Log:
  Java has no destructors!
  
http://cvs.php.net/diff.php/phpdoc/en/language/oop5/decon.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/language/oop5/decon.xml
diff -u phpdoc/en/language/oop5/decon.xml:1.7 phpdoc/en/language/oop5/decon.xml:1.8
--- phpdoc/en/language/oop5/decon.xml:1.7       Sun Aug 22 19:36:59 2004
+++ phpdoc/en/language/oop5/decon.xml   Sun Aug 29 17:58:48 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
  <sect1 id="language.oop5.decon">
   <title>Constructors and Destructors</title>
 
@@ -66,7 +66,7 @@
    </methodsynopsis>
    <para>
     PHP 5 introduces a destructor concept similar to that of other
-    object-oriented languages, such as Java.  The destructor method will be
+    object-oriented languages, such as C++. The destructor method will be
     called as soon as all references to a particular object are removed or when
     the object is explicitly destroyed.
    </para>

Reply via email to