All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.rometools.feed.module.sse.modules.Conflicts Maven / Gradle / Ivy

There is a newer version: 3.1.0-incubating
Show newest version
package org.rometools.feed.module.sse.modules;

import com.sun.syndication.feed.CopyFrom;

/**
 *  element within 
 * 

* The sx:conflicts element MUST contain one or more sx:conflict sub-elements. */ public class Conflicts extends SSEModule { public static final String NAME = "conflicts"; public void copyFrom(CopyFrom obj) { // nothing to copy, just a place-holder } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy