Skip to content

Commit

Permalink
Revert "Add a JSR-305 @threadsafe annotation to the Gson class"
Browse files Browse the repository at this point in the history
  • Loading branch information
inder123 committed Aug 10, 2015
1 parent 0a93efa commit 2ee680a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@
<url>http://www.google.com</url>
</organization>
<dependencies>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
3 changes: 0 additions & 3 deletions gson/src/main/java/com/google/gson/Gson.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
import java.util.List;
import java.util.Map;

import javax.annotation.concurrent.ThreadSafe;

import com.google.gson.internal.ConstructorConstructor;
import com.google.gson.internal.Excluder;
import com.google.gson.internal.Primitives;
Expand Down Expand Up @@ -98,7 +96,6 @@
* @author Joel Leitch
* @author Jesse Wilson
*/
@ThreadSafe
public final class Gson {
static final boolean DEFAULT_JSON_NON_EXECUTABLE = false;

Expand Down

0 comments on commit 2ee680a

Please sign in to comment.