redback-integrations/redback-rest/redback-rest-api/src/main/java/org/apache/archiva/redback/rest/api/model/v2/UserRegistrationRequest.java [74:82]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public String toString()
    {
        final StringBuilder sb = new StringBuilder();
        sb.append( "UserRegistrationRequest" );
        sb.append( "{user=" ).append( user );
        sb.append( ", applicationUrl='" ).append( applicationUrl ).append( '\'' );
        sb.append( '}' );
        return sb.toString();
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



redback-integrations/redback-rest/redback-rest-api/src/main/java/org/apache/archiva/redback/rest/api/model/UserRegistrationRequest.java [68:76]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public String toString()
    {
        final StringBuilder sb = new StringBuilder();
        sb.append( "UserRegistrationRequest" );
        sb.append( "{user=" ).append( user );
        sb.append( ", applicationUrl='" ).append( applicationUrl ).append( '\'' );
        sb.append( '}' );
        return sb.toString();
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



