Skip to content

Commit 2e0ac12

Browse files
authored
Update README.md
1 parent eab9752 commit 2e0ac12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ LWC usage scenario:
142142
- Code snippet
143143
```java
144144
public static final String WORKSPACE_DIR = System.getProperty("java.io.tmpdir") + "scm4j-vcs-workspaces";
145-
public static main(String[] args) {
145+
public static void main(String[] args) {
146146
IVCSWorkspace workspace = new VCSWorkspace(WORKSPACE_DIR);
147147
String repoUrl = "https://github.com/scm4j/scm4j-vcs-api";
148148
IVCSRepositoryWorkspace repoWorkspace = workspace.getVCSRepositoryWorkspace(repoUrl);

0 commit comments

Comments
 (0)