fenfire-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ff-cvs] fenfire/org/fenfire/view VobWrapperFunction.java


From: Matti Katila
Subject: [ff-cvs] fenfire/org/fenfire/view VobWrapperFunction.java
Date: Thu, 28 Aug 2003 09:38:03 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Branch:         
Changes by:     Matti Katila <address@hidden>   03/08/28 09:38:03

Modified files:
        org/fenfire/view: VobWrapperFunction.java 

Log message:
        doc

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/view/VobWrapperFunction.java.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: fenfire/org/fenfire/view/VobWrapperFunction.java
diff -u fenfire/org/fenfire/view/VobWrapperFunction.java:1.3 
fenfire/org/fenfire/view/VobWrapperFunction.java:1.4
--- fenfire/org/fenfire/view/VobWrapperFunction.java:1.3        Wed Aug 27 
07:14:41 2003
+++ fenfire/org/fenfire/view/VobWrapperFunction.java    Thu Aug 28 09:38:03 2003
@@ -5,10 +5,9 @@
 import org.nongnu.libvob.*;
 import org.nongnu.libvob.vobs.*;
 
-/** This is a node function. Function returns Placeable object.
- * The return Placeable consist of Placeable returned 
- * by the inner function and a Vob of a same size.
- * 
+/** A node function which adds a vob into placeable returned by another node 
function.
+ * A new placeable, which consist of a vob and placeable returned by another 
function, 
+ * is constructed because placeable is an immutable object and is meant to be 
cached.
  * @see Placeable
  */
 public class VobWrapperFunction implements NodeFunction {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]