mirror of
https://github.com/apache/jclouds.git
synced 2025-02-28 21:39:09 +00:00
Remove public keyword from interface method.
This commit is contained in:
parent
5354b680f8
commit
6182a7e3b1
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user