There are a lot of compilation warnings related to collections and generic.

e.g.

package org.ofbiz.accounting.thirdparty.authorizedotnet;

import java.util.*;

public class AuthorizeResponse {

   private String rawResp = null;
   private List response = new ArrayList();


gives warning and seems to be
List<String>

Wondering if there is a plan to clean this up or if there is interest and you need someone to do the work... i can.

Harmeet

Reply via email to