Subversion Repositories SmartDukaan

Rev

Rev 5380 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5380 Rev 5701
Line 280... Line 280...
280
    }
280
    }
281
    /**
281
    /**
282
     * @param label the label to set
282
     * @param label the label to set
283
     */
283
     */
284
    public void setLabel(String label) {
284
    public void setLabel(String label) {
285
        this.label = label;
285
        this.label = label.trim();
286
    }
286
    }
287
 
287
 
288
    /**
288
    /**
289
     * @return the label
289
     * @return the label
290
     */
290
     */