We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab9752 commit 2e0ac12Copy full SHA for 2e0ac12
README.md
@@ -142,7 +142,7 @@ LWC usage scenario:
142
- Code snippet
143
```java
144
public static final String WORKSPACE_DIR = System.getProperty("java.io.tmpdir") + "scm4j-vcs-workspaces";
145
-public static main(String[] args) {
+public static void main(String[] args) {
146
IVCSWorkspace workspace = new VCSWorkspace(WORKSPACE_DIR);
147
String repoUrl = "https://github.com/scm4j/scm4j-vcs-api";
148
IVCSRepositoryWorkspace repoWorkspace = workspace.getVCSRepositoryWorkspace(repoUrl);
0 commit comments