File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed 
test/org/openqa/selenium/concurrent Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 2626import  java .util .Optional ;
2727import  java .util .function .Predicate ;
2828import  java .util .logging .Logger ;
29- 
3029import  org .openqa .selenium .Capabilities ;
3130import  org .openqa .selenium .concurrent .Lazy ;
3231import  org .openqa .selenium .remote .AugmenterProvider ;
@@ -53,7 +52,10 @@ public Class<HasBiDi> getDescribedInterface() {
5352  public  HasBiDi  getImplementation (Capabilities  caps , ExecuteMethod  executeMethod ) {
5453    final  Lazy <BiDi > biDi  = lazy (() -> establishBiDiConnection (caps ));
5554
56-     LOG .log (INFO , "WebDriver augmented with BiDi interface; connection will not be verified until first use." );
55+     LOG .log (
56+         INFO ,
57+         "WebDriver augmented with BiDi interface; connection will not be verified until first" 
58+             + " use." );
5759
5860    return  new  HasBiDi () {
5961      @ Override 
Original file line number Diff line number Diff line change 1515// specific language governing permissions and limitations 
1616// under the License. 
1717
18- 
1918package  org .openqa .selenium .concurrent ;
2019
2120import  static  java .util .Objects .requireNonNull ;
Original file line number Diff line number Diff line change 1515// specific language governing permissions and limitations 
1616// under the License. 
1717
18- 
1918@ NullMarked 
2019package  org .openqa .selenium .concurrent ;
2120
Original file line number Diff line number Diff line change 2525import  java .util .Optional ;
2626import  java .util .function .Predicate ;
2727import  java .util .logging .Logger ;
28- 
2928import  org .openqa .selenium .Capabilities ;
3029import  org .openqa .selenium .concurrent .Lazy ;
3130import  org .openqa .selenium .devtools .noop .NoOpCdpInfo ;
@@ -51,7 +50,10 @@ public Class<HasDevTools> getDescribedInterface() {
5150  public  HasDevTools  getImplementation (Capabilities  caps , ExecuteMethod  executeMethod ) {
5251    final  Lazy <DevTools > devTools  = lazy (() -> establishDevToolsConnection (caps ));
5352
54-     LOG .log (INFO , "WebDriver augmented with DevTools interface; connection will not be verified until first use." );
53+     LOG .log (
54+         INFO ,
55+         "WebDriver augmented with DevTools interface; connection will not be verified until first" 
56+             + " use." );
5557
5658    return  new  HasDevTools () {
5759      @ Override 
Original file line number Diff line number Diff line change 1515// specific language governing permissions and limitations 
1616// under the License. 
1717
18- 
1918package  org .openqa .selenium .concurrent ;
2019
2120import  static  org .assertj .core .api .Assertions .assertThat ;
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments