Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7b93afb

Browse filesBrowse files
committed
Fox Javadoc
1 parent 8a6bdd2 commit 7b93afb
Copy full SHA for 7b93afb

File tree

Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed

‎src/main/java/com/symplegit/util/GitProjectUtil.java

Copy file name to clipboardExpand all lines: src/main/java/com/symplegit/util/GitProjectUtil.java
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ public static boolean isValidGitHubRepoName(String repoName) {
6868
*
6969
* @param repoDirectoryPath the directory where the Git repository is located.
7070
* @return the project name or repoDirectoryPath.getName() if not a Git project.
71-
* @throws IOException if an error occurs while executing the command.
7271
*/
7372
public static String getGitProjectName(File repoDirectoryPath) {
7473

‎src/main/java/com/symplegit/util/version/Version.java

Copy file name to clipboardExpand all lines: src/main/java/com/symplegit/util/version/Version.java
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,11 @@ public String toString() {
5252

5353
}
5454

55+
5556
/**
56-
* MAIN
57+
* Main method for testing the Version class.
58+
* @param args the arguments passed to the program. Not used in this example.
5759
*/
58-
5960
public static void main(String[] args) {
6061
System.out.println(getVersion());
6162
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.