Files
gerrit/gerrit-reviewdb/src/main/java
David Ostrovsky 13b4b5082d Allow to use GWTORM Key classes in plugins
To implement dedicated databases in plugin based on GWTORM, keys are
needed. Currently they can only be used from classes located in the
same package.  Changing the modifiers to public allow the plugin to
reuse them, without keep using the same package name as in Gerrit core.

Change-Id: I5f321aa89dbb9b71945c4bc53151e3d5a26cce74
2015-11-17 19:34:11 +09:00
..