Remove public keyword from interface method.

This commit is contained in:
Noorul Islam K M 2013-10-30 22:09:52 +05:30 committed by Ignasi Barrera
parent 5354b680f8
commit 6182a7e3b1

View File

@ -110,7 +110,7 @@ public interface ChefService {
* @param group The name of the group.
* @return The bootstrap configuration for the given group.
*/
public JsonBall getBootstrapConfigForGroup(String group);
JsonBall getBootstrapConfigForGroup(String group);
// Nodes / Clients