Revision 1363

View differences:

trunk/frameworks/_fwAndami/src/com/iver/andami/PluginServices.java
261 261
	 * @return Devuelve null hasta que se invoca el m?todo setPersistentXML
262 262
	 */
263 263
	public XMLEntity getPersistentXML() {
264
		if (persistentXML == null){
265
			persistentXML = new XMLEntity();
266
		}
264 267
		return persistentXML;
265 268
	}
266 269

  

Also available in: Unified diff