Skip to content

Commit ae40d00

Browse files
authored
Update gatherers.md
1 parent 59d4cd4 commit ae40d00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fun-streams/gatherers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ void main() {
292292
## Running averages & parsing CSV
293293

294294
```java
295-
public static void stockPriceAnalysis() {
295+
public void stockPriceAnalysis() {
296296
System.out.println("=== Stock Price Moving Average Analysis ===");
297297

298298
List<Double> stockPrices = List.of(

0 commit comments

Comments
 (0)