Package org.apereo.cas.mgmt.domain
Class Diff
- java.lang.Object
-
- org.apereo.cas.mgmt.domain.Diff
-
- All Implemented Interfaces:
java.io.Serializable
public class Diff extends java.lang.Object implements java.io.SerializableBean to serialize a Diff to the client.- Since:
- 5.2.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Diff(java.lang.String path, org.eclipse.jgit.lib.ObjectId oldId, org.eclipse.jgit.lib.ObjectId newId, java.lang.String changeType, java.lang.String name)
-