Subversion Repositories SmartDukaan

Rev

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

Rev 3887 Rev 3923
Line 106... Line 106...
106
 
106
 
107
	/**
107
	/**
108
	 * @return the expandedFeatures
108
	 * @return the expandedFeatures
109
	 */
109
	 */
110
	public List<ExpandedFeature> getExpandedFeatures() {
110
	public List<ExpandedFeature> getExpandedFeatures() {
-
 
111
	    if (expandedFeatures == null) {
-
 
112
	        return null;
-
 
113
	    }
-
 
114
 
111
		return new ArrayList<ExpandedFeature>(expandedFeatures.values());
115
		return new ArrayList<ExpandedFeature>(expandedFeatures.values());
112
	}
116
	}
113
 
117
 
114
    /**
118
    /**
115
     * @param featureId id of the given feature to be looked up in the slide
119
     * @param featureId id of the given feature to be looked up in the slide