Make ReceiveCommitsAdvertiseRefsHook public
Change-Id: I45cad57e5b125ad84ae9b6cc464c11cd262f463a
This commit is contained in:
		| @@ -24,7 +24,7 @@ import java.util.HashMap; | |||||||
| import java.util.Map; | import java.util.Map; | ||||||
|  |  | ||||||
| /** Exposes only the non refs/changes/ reference names. */ | /** Exposes only the non refs/changes/ reference names. */ | ||||||
| class ReceiveCommitsAdvertiseRefsHook implements AdvertiseRefsHook { | public class ReceiveCommitsAdvertiseRefsHook implements AdvertiseRefsHook { | ||||||
|   private final AdvertiseRefsHook base; |   private final AdvertiseRefsHook base; | ||||||
|  |  | ||||||
|   public ReceiveCommitsAdvertiseRefsHook(AdvertiseRefsHook base) { |   public ReceiveCommitsAdvertiseRefsHook(AdvertiseRefsHook base) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dave Borowitz
					Dave Borowitz