Skip to content

Commit

Permalink
Add annotations in JSDocInfo to unblock nullness checking.
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=144382623
  • Loading branch information
tbreisacher authored and blickly committed Jan 13, 2017
1 parent 019bb69 commit 5f6491e
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 11 deletions.
15 changes: 15 additions & 0 deletions pom-main.xml
Expand Up @@ -137,6 +137,21 @@
<!-- See <dependencyManagement> in pom.xml for <version> -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>jdk7</artifactId>
<version>2.0.0</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 5f6491e

Please sign in to comment.