View Javadoc

1   package org.kuali.ole.service;
2   
3   /**
4    * Created with IntelliJ IDEA.
5    * User: ?
6    * Date: 7/9/12
7    * Time: 6:13 PM
8    * To change this template use File | Settings | File Templates.
9    */
10  public interface OleDiagnosticsService {
11  
12      public String getDiagnosticResponse(String errorMessage);
13  }