public class ChangeLogWriter extends Object
| Constructor and Description |
|---|
ChangeLogWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
printChangeLog(PrintWriter output,
CVSEntry[] entries)
Print out the specified entries.
|
public void printChangeLog(PrintWriter output, CVSEntry[] entries)
output - writer to which to send output.entries - the entries to be written.