Subversion Repositories XServices

Compare Revisions

No changes between revisions

Ignore whitespace Rev 108 → Rev 109

/xservices/trunk/src/java/net/brutex/xservices/ws/rs/ResultType.java
0,0 → 1,18
package net.brutex.xservices.ws.rs;
 
import net.brutex.xservices.types.scm.ItemType;
 
class ResultType
{
private ItemType result = null;
 
ItemType getResult()
{
return this.result;
}
 
void setResult(ItemType result)
{
this.result = result;
}
}
Property changes:
Added: svn:mime-type
+text/plain
\ No newline at end of property