Skip to content

Commit 63c45ed

Browse files
authored
Update README.md
1 parent 66bb41f commit 63c45ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For these examples, these will perform the analysis on the first 1000 artifacts.
1515
2. Run the executable with the given cli
1616

1717
### Counting all classFiles from jar artifacts:
18-
```
18+
``` java
1919
public class ExampleImplementation() extends MavenCentralAnalysis {
2020
private long numberOfClassfiles;
2121

@@ -40,7 +40,7 @@ public class ExampleImplementation() extends MavenCentralAnalysis {
4040
```java -jar executableName --jar -st 0:1000```
4141

4242
### Find all Unique Licenses from pom artifacts
43-
```
43+
``` java
4444
public class ExampleImplementation() extends MavenCentralAnalysis {
4545
private Set<License> uniqueLicenses;
4646

@@ -71,7 +71,7 @@ public class ExampleImplementation() extends MavenCentralAnalysis {
7171
```java -jar executableName --pom false -st 0:1000```
7272

7373
### Collect all artifacts that have javadocs
74-
```
74+
``` java
7575
public class ExampleImplementation() extends MavenCentralAnalysis {
7676
private Set<Artifact> hasJavadocs;
7777

0 commit comments

Comments
 (0)