Skip to content

Commit 1f7b8d3

Browse files
committed
Makes constructors public
1 parent c927f91 commit 1f7b8d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

itf-chartizate-java/src/main/java/com/jesperancinha/chartizate/ChartizateManagerImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class ChartizateManagerImpl extends ChartizateManagerCommon<Color, Font>
2828
* @throws FileNotFoundException
2929
* @throws IOException
3030
*/
31-
ChartizateManagerImpl(
31+
public ChartizateManagerImpl(
3232
final Color backgroundColor,
3333
final int densityPercentage,
3434
final int rangePercentage,
@@ -65,7 +65,7 @@ public class ChartizateManagerImpl extends ChartizateManagerCommon<Color, Font>
6565
* @throws FileNotFoundException
6666
* @throws IOException
6767
*/
68-
ChartizateManagerImpl(
68+
public ChartizateManagerImpl(
6969
final Color backgroundColor,
7070
final int densityPercentage,
7171
final int rangePercentage,

0 commit comments

Comments
 (0)