Deleted Added
full compact
4c4
< * $Revision: 100 $
---
> * $Revision: 102 $
12c12
< * Some or all of this work - Copyright (c) 1999 - 2003, Intel Corp.
---
> * Some or all of this work - Copyright (c) 1999 - 2004, Intel Corp.
368c368,369
< * Method arguments are passed by value, not by reference
---
> * Method arguments are passed by reference, not by value. This means
> * that the actual objects are passed, not copies of the objects.