Skip to content

Commit

Permalink
fix(openstack/javadoc): Add placeholder javadoc class comment to make…
Browse files Browse the repository at this point in the history
… gradle javadoc happy. (#2495)
  • Loading branch information
Matt Duftler committed Apr 7, 2018
1 parent f375f99 commit 31a8da2
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
import org.openstack4j.model.common.ActionResponse;
import org.openstack4j.model.heat.Stack;

class StackChecker implements BlockingStatusChecker.StatusChecker<Stack> {
/**
* This class checks if an OpenStack stack is in a ready state.
*/
public class StackChecker implements BlockingStatusChecker.StatusChecker<Stack> {
Operation operation;

enum Operation {
Expand Down

0 comments on commit 31a8da2

Please sign in to comment.