Ignore:
Timestamp:
10/01/06 12:32:02 (6 years ago)
Author:
sys
Message:

Clonage QS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Jav_FW/com/scenari/s/fw/utils/HParamsQueryString.java

    r6724 r6728  
    5454 
    5555        /** 
    56          * WParams constructor comment. 
     56         * Init sans paramètres 
     57         *  
     58         * @see #hInit(String) 
    5759         */ 
    5860        public HParamsQueryString() { 
     
    6163 
    6264        /** 
    63          * WParams constructor comment. 
     65         * On parse la QS 
    6466         */ 
    6567        public HParamsQueryString(String pParams) { 
    6668                super(); 
    6769                hInit(pParams); 
     70        } 
     71 
     72        /** 
     73         * On clone la liste des paramètres 
     74         */ 
     75        public HParamsQueryString(HParamsQueryString pParams) { 
     76                super(pParams); 
    6877        } 
    6978 
Note: See TracChangeset for help on using the changeset viewer.