FilesystemSchemaSourceCache reduce sourceIdToFile(...) visibility 19/36919/4
authorRyan Goulding <ryandgoulding@gmail.com>
Wed, 30 Mar 2016 20:47:47 +0000 (16:47 -0400)
committerRyan Goulding <ryandgoulding@gmail.com>
Fri, 1 Apr 2016 12:58:18 +0000 (12:58 +0000)
commit5e516137dd7ce8cdd6aa726043372f09313146d8
tree5c5debdec44ab4c2266d3eff13b8a2a8a6b36c3a
parent595ed6038998ababdc230d526c61a7cc4b7b799b
FilesystemSchemaSourceCache reduce sourceIdToFile(...) visibility

Change sourceIdToFile(...) scope to default.  public is not needed, as nothing
calls this function from outside the package.  I pulled autorelease, and
confirmed that no other projects call this function.  Some tests within the
package test this method explicitly, and there is no easy way to decrase
visibility to private.  The @Beta annotation was removed as this API is no
longer advertised publically.

Change-Id: Iacb41bea5eef7477b279f21b0fe2a103dcce3e4b
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
yang/yang-model-util/src/main/java/org/opendaylight/yangtools/yang/model/repo/util/FilesystemSchemaSourceCache.java