This is an automated email from the ASF dual-hosted git repository.
grobmeier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-chainsaw.git
from 6a77017 Set reasonable config defaults
new 9a7aaa0 added random word generator for examples, tidy up
new 1935773 added missing license
new 0051118 Merge branch 'master' of github.com:apache/logging-chainsaw
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../chainsaw/components/tutorial/Generator.java | 52 +++++++++-----------
.../components/tutorial/RandomWordGenerator.java | 56 ++++++++++++++++++++++
.../components/tutorial/TutorialFrame.java | 16 +++++++
3 files changed, 95 insertions(+), 29 deletions(-)
create mode 100644
src/main/java/org/apache/log4j/chainsaw/components/tutorial/RandomWordGenerator.java