File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 
api/src/main/java/jakarta/json Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ public static JsonObjectBuilder createObjectBuilder(JsonObject object) {
299299     * 
300300     * @since 1.1 
301301     */ 
302-     public  static  JsonObjectBuilder  createObjectBuilder (Map <String , Object > map ) {
302+     public  static  JsonObjectBuilder  createObjectBuilder (Map <String , ? > map ) {
303303        return  JsonProvider .provider ().createObjectBuilder (map );
304304    }
305305
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ public JsonObjectBuilder createObjectBuilder(JsonObject object) {
253253     * 
254254     * @since 1.1 
255255     */ 
256-     public  JsonObjectBuilder  createObjectBuilder (Map <String , Object > map ) {
256+     public  JsonObjectBuilder  createObjectBuilder (Map <String , ? > map ) {
257257        throw  new  UnsupportedOperationException ();
258258    }
259259
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments