samples/friendpackage/src/apipkg/Item.java
changeset 153 b5cbb797ec0a
parent 133 50bf1b976c0d
child 154 0fd5e9c500b9
     1.1 --- a/samples/friendpackage/src/apipkg/Item.java	Sat Jun 14 09:56:16 2008 +0200
     1.2 +++ b/samples/friendpackage/src/apipkg/Item.java	Sat Jun 14 09:58:08 2008 +0200
     1.3 @@ -1,3 +1,16 @@
     1.4 +/*
     1.5 + *                 Sun Public License Notice
     1.6 + * 
     1.7 + * The contents of this file are subject to the Sun Public License
     1.8 + * Version 1.0 (the "License"). You may not use this file except in
     1.9 + * compliance with the License. A copy of the License is available at
    1.10 + * http://www.sun.com/
    1.11 + * 
    1.12 + * The Original Code is NetBeans. The Initial Developer of the Original
    1.13 + * Code is Jaroslav Tulach. Portions Copyright 2007 Jaroslav Tulach. 
    1.14 + * All Rights Reserved.
    1.15 + */
    1.16 +
    1.17  package apipkg;
    1.18  
    1.19  import implpkg.Accessor;
    1.20 @@ -23,8 +36,7 @@
    1.21      Item() {
    1.22      }
    1.23      
    1.24 -    /** Anyone can value of the item. At least if it 
    1.25 -     * can get a reference to it.
    1.26 +    /** Anyone can value of the item. At least if it can get a reference to it.
    1.27       */
    1.28      public void setValue(int x) {
    1.29          value = x;