# HG changeset patch # User Felix Wolfsteller # Date 1377174364 -7200 # Node ID a38640f273aee225177af88ccfa7c8439eef7644 # Parent 0a127b6fa4901f6dac0115a626f04291fc45b325 ChartGenerator: Changed visibility of doAnnotations, needed for new DischargeProcessor. diff -r 0a127b6fa490 -r a38640f273ae artifacts/src/main/java/org/dive4elements/river/exports/ChartGenerator.java --- a/artifacts/src/main/java/org/dive4elements/river/exports/ChartGenerator.java Thu Aug 22 14:24:44 2013 +0200 +++ b/artifacts/src/main/java/org/dive4elements/river/exports/ChartGenerator.java Thu Aug 22 14:26:04 2013 +0200 @@ -619,7 +619,7 @@ * @param theme Theme document for given annotations. * @param visible The visibility of the annotations. */ - protected void doAnnotations( + public void doAnnotations( RiverAnnotation annotations, ArtifactAndFacet aandf, Document theme,