You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by mo...@apache.org on 2002/10/01 22:06:35 UTC

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/modules/parameters ListBox.java

morciuch    2002/10/01 13:06:35

  Modified:    src/java/org/apache/jetspeed/modules/parameters ListBox.java
  Log:
  Changed access on instance variables to protected
  
  Revision  Changes    Path
  1.2       +5 -5      jakarta-jetspeed/src/java/org/apache/jetspeed/modules/parameters/ListBox.java
  
  Index: ListBox.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/parameters/ListBox.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ListBox.java	20 Aug 2002 17:37:17 -0000	1.1
  +++ ListBox.java	1 Oct 2002 20:06:35 -0000	1.2
  @@ -93,10 +93,10 @@
       public static final String MULTIPLE_CHOICE = "multiplechoice";
       public static final String NULL_IF_EMPTY = "null-if-empty";
   
  -    String layout = null;
  -    String items[] = null; 
  -    String size = null;
  -    boolean multiple = false;
  +    protected String layout = null;
  +    protected String items[] = null; 
  +    protected String size = null;
  +    protected boolean multiple = false;
   
       /**
        * Returns presentation control
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>