CS5500-S-2023 / team-bear

team-bear created by GitHub Classroom
0 stars 0 forks source link

Changed all NonNull to Nonnull and verified injected names are all the same #112

Closed tsanevp closed 1 year ago

tsanevp commented 1 year ago

Updated "import com.mongodb.lang.NonNull" to be "import javax.annotation.Nonnull" and changed all @NonNull to @Nonnull.

Also reordered and injections to list the injected controllers first.

Added license to States.java