Skip to content

Commit 3877a45

Browse files
committed
Fix description and main message.
1 parent 7f4348c commit 3877a45

File tree

1 file changed

+3
-3
lines changed
  • src/main/java/com/github/underscore

1 file changed

+3
-3
lines changed

src/main/java/com/github/underscore/U.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright 2015-2019 Valentyn Kolesnikov
4+
* Copyright 2015-2020 Valentyn Kolesnikov
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal
@@ -36,7 +36,7 @@
3636
import java.util.function.UnaryOperator;
3737

3838
/**
39-
* Underscore-java8 is a java 8 port of Underscore.js.
39+
* Underscore-java11 is a java 11 port of Underscore.js.
4040
*
4141
* @author Valentyn Kolesnikov
4242
*/
@@ -3855,7 +3855,7 @@ public int compare(Map.Entry<K, V> a, Map.Entry<K, V> b) {
38553855
}
38563856

38573857
public static void main(String ... args) {
3858-
final String message = "Underscore-java8 is a java 8 port of Underscore.js.\n\n"
3858+
final String message = "Underscore-java11 is a java 11 port of Underscore.js.\n\n"
38593859
+ "In addition to porting Underscore's functionality, Underscore-java includes matching unit tests.\n\n"
38603860
+ "For docs, license, tests, and downloads, see: http://javadev.github.io/underscore-java";
38613861
System.out.println(message);

0 commit comments

Comments
 (0)