File tree 5 files changed +13
-13
lines changed
5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 9
9
10
10
11
11
Be aware, though: most feature requests are not accepted, even if they're suggested by
12
- a full-time Guava team member. [Feedback](http ://stackoverflow.com/a/4543114/869736 ) from
13
- our users indicates that they really appreciate Guava's high power-to-weight ratio. It's
12
+ a full-time Guava team member. [Feedback](https ://stackoverflow.com/a/4543114) from our
13
+ users indicates that they really appreciate Guava's high power-to-weight ratio. It's
14
14
important to us to keep Guava as easy to use and understand as we can. That means boiling
15
15
features down to compact but powerful abstractions, and controlling feature bloat carefully.
16
16
Original file line number Diff line number Diff line change 9
9
10
10
11
11
Be aware, though: most feature requests are not accepted, even if they're suggested by
12
- a full-time Guava team member. [Feedback](http ://stackoverflow.com/a/4543114/869736 ) from
13
- our users indicates that they really appreciate Guava's high power-to-weight ratio. It's
12
+ a full-time Guava team member. [Feedback](https ://stackoverflow.com/a/4543114) from our
13
+ users indicates that they really appreciate Guava's high power-to-weight ratio. It's
14
14
important to us to keep Guava as easy to use and understand as we can. That means boiling
15
15
features down to compact but powerful abstractions, and controlling feature bloat carefully.
16
16
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ for it.
21
21
If the feature has merit, it will go through a thorough process of API design
22
22
and review. Any code should come after this.
23
23
24
- [ APIs ] : http ://en.wikipedia.org/wiki/Application_programming_interface
24
+ [ APIs ] : https ://en.wikipedia.org/wiki/Application_programming_interface
25
25
[ issue ] : https://github.com/google/guava/issues
26
26
27
27
Pull requests
@@ -53,7 +53,7 @@ Guidelines for any code contributions:
53
53
[ well-formed commit message] [ ] for the change.
54
54
55
55
[ Java style guide ] : https://google.github.io/styleguide/javaguide.html
56
- [ well-formed commit message ] : http ://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
56
+ [ well-formed commit message ] : https ://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
57
57
58
58
#### Merging pull requests ####
59
59
Original file line number Diff line number Diff line change @@ -80,16 +80,16 @@ flavor.
80
80
## Learn about Guava
81
81
82
82
- Our users' guide, [ Guava Explained]
83
- - [ A nice collection] ( http ://www.tfnico.com/presentations/google-guava) of
83
+ - [ A nice collection] ( https ://www.tfnico.com/presentations/google-guava) of
84
84
other helpful links
85
85
86
86
## Links
87
87
88
88
- [ GitHub project] ( https://github.com/google/guava )
89
89
- [ Issue tracker: Report a defect or feature request] ( https://github.com/google/guava/issues/new )
90
90
- [ StackOverflow: Ask "how-to" and "why-didn't-it-work" questions] ( https://stackoverflow.com/questions/ask?tags=guava+java )
91
- - [ guava-announce: Announcements of releases and upcoming significant changes] ( http ://groups.google.com/group/guava-announce)
92
- - [ guava-discuss: For open-ended questions and discussion] ( http ://groups.google.com/group/guava-discuss)
91
+ - [ guava-announce: Announcements of releases and upcoming significant changes] ( https ://groups.google.com/group/guava-announce)
92
+ - [ guava-discuss: For open-ended questions and discussion] ( https ://groups.google.com/group/guava-discuss)
93
93
94
94
## IMPORTANT WARNINGS
95
95
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ dependencies {
28
28
29
29
## Links
30
30
31
- - [ GitHub project] ( https://github.com/google/guava )
32
- - [ Issue tracker: Report a defect or feature request] ( https://github.com/google/guava/issues/new )
33
- - [ StackOverflow: Ask "how-to" and "why-didn't-it-work" questions] ( https://stackoverflow.com/questions/ask?tags=guava+java )
34
- - [ guava-discuss: For open-ended questions and discussion] ( http ://groups.google.com/group/guava-discuss)
31
+ - [ GitHub project] ( https://github.com/google/guava )
32
+ - [ Issue tracker: Report a defect or feature request] ( https://github.com/google/guava/issues/new )
33
+ - [ StackOverflow: Ask "how-to" and "why-didn't-it-work" questions] ( https://stackoverflow.com/questions/ask?tags=guava+java )
34
+ - [ guava-discuss: For open-ended questions and discussion] ( https ://groups.google.com/group/guava-discuss)
35
35
36
36
## IMPORTANT WARNINGS
37
37
You can’t perform that action at this time.
0 commit comments