public class Revision extends Object
| Constructor and Description |
|---|
Revision(String revision,
String author,
Date date,
String message) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAuthor() |
Date |
getDate() |
String |
getMessage() |
String |
getRevision() |
int |
hashCode() |
String |
toString() |
Copyright © 2022. All rights reserved.