mirror of
https://github.com/google/nomulus.git
synced 2025-05-27 22:50:08 +02:00
Fix sql script name conflict (#411)
* Fix sql script name conflict There are two V11__ files due to concurrent merge. Renamed one to V12__ Also removed a @NotNull annotation, which is the fist in the code base. Most of the code base use @Nullable instead. If we do want to use @NotNull, we may want to use the javax one instead.
This commit is contained in:
parent
f48e3933f5
commit
65cf49f204
5 changed files with 10 additions and 2 deletions
|
@ -0,0 +1,3 @@
|
|||
# This is a Gradle generated file for dependency locking.
|
||||
# Manual edits can break the build and are not advised.
|
||||
# This file is expected to be part of source control.
|
Loading…
Add table
Add a link
Reference in a new issue