rlalfo / google-http-java-client

Automatically exported from code.google.com/p/google-http-java-client
0 stars 0 forks source link

Incorrect Javadoc for LowLevelHttpRequest #271

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Javadoc for LowLevelHttpRequest:

https://code.google.com/p/google-http-java-client/source/browse/google-http-clie
nt/src/main/java/com/google/api/client/http/LowLevelHttpRequest.java?spec=svn85d
44ce30bc7a51812477ddb648b2d6838465c83&r=85d44ce30bc7a51812477ddb648b2d6838465c83

says:

"<p>
 * Implementation has no fields and therefore thread-safe, but sub-classes are not necessarily
 * thread-safe.
 * </p>
"

It is no longer true that the implementation has no fields. (I don't know 
whether it's true that the implementation is still thread-safe).

Original issue reported on code.google.com by sjnickerson@google.com on 18 Dec 2014 at 9:27

GoogleCodeExporter commented 9 years ago
Well, there is no public or protected fields so it's still thread-safe. I'll 
update the javadoc to make it more clear.

Original comment by wonder...@google.com on 30 Dec 2014 at 11:15