Skip to content

Instantly share code, notes, and snippets.

@Vineeth-Mohan
Created March 15, 2012 02:33
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Vineeth-Mohan/2041341 to your computer and use it in GitHub Desktop.
public class SecurityDocumentTime extends SecurityDocument{
public SecurityDocumentTime(ManageableSecurity security){
super(security);
}
@Override
public void setVersionFromInstant(Instant versionFromInstant) {
return;
}
public void setRealVersionFromInstant(Instant versionFromInstant) {
super.setVersionFromInstant(versionFromInstant);
return;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment