File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ OpampClient client =
2222        .build(
2323            new  OpampClient .Callbacks () {
2424              @Override 
25-               public  void  onConnect () {}
25+               public  void  onConnect (OpampClient   client ) {}
2626
2727              @Override 
28-               public  void  onConnectFailed (@Nullable  Throwable  throwable ) {}
28+               public  void  onConnectFailed (OpampClient   client ,  @Nullable  Throwable  throwable ) {}
2929
3030              @Override 
31-               public  void  onErrorResponse (ServerErrorResponse  errorResponse ) {}
31+               public  void  onErrorResponse (OpampClient   client ,  ServerErrorResponse  errorResponse ) {}
3232
3333              @Override 
34-               public  void  onMessage (MessageData  messageData ) {
34+               public  void  onMessage (OpampClient   client ,  MessageData  messageData ) {
3535                AgentRemoteConfig  remoteConfig =  messageData. getRemoteConfig();
3636                if  (remoteConfig !=  null ) {
3737                  //  A remote config was received
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments