commons-transfer/commons-transfer-interactive/src/main/java/org/apache/archiva/commons/transfer/interactive/NetworkProxyDialog.java [647:654]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public TransferStore getTransferStore()
    {
        if ( transferStore == null )
        {
            transferStore = DefaultTransferStore.getDefault();
        }
        return transferStore;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



commons-transfer/commons-transfer-http/src/main/java/org/apache/archiva/commons/transfer/http/auth/HttpAuthStore.java [275:282]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public TransferStore getTransferStore()
    {
        if ( transferStore == null )
        {
            transferStore = DefaultTransferStore.getDefault();
        }
        return transferStore;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



commons-transfer/commons-transfer-http/src/main/java/org/apache/archiva/commons/transfer/http/HttpTransferBase.java [157:164]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public TransferStore getTransferStore()
    {
        if ( transferStore == null )
        {
            transferStore = DefaultTransferStore.getDefault();
        }
        return transferStore;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



