~jameinel/juju-core/api-facade-registry

« back to all changes in this revision

Viewing changes to provider/manual/environ.go

  • Committer: John Arbash Meinel
  • Date: 2014-05-14 12:29:15 UTC
  • mfrom: (2715.2.15 juju-core)
  • Revision ID: john@arbash-meinel.com-20140514122915-lf70e9bkkxx9m11q
Merge trunk r2730

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
        return nil, nil, nil, errNoStartInstance
71
71
}
72
72
 
73
 
func (*manualEnviron) StopInstances([]instance.Instance) error {
 
73
func (*manualEnviron) StopInstances(...instance.Id) error {
74
74
        return errNoStopInstance
75
75
}
76
76