You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Carsten Ziegeler <cz...@apache.org> on 2015/10/08 16:42:01 UTC

Re: svn commit: r1707465 - in /sling/trunk: bundles/jcr/resource/src/main/java/org/apache/sling/jcr/resource/internal/helper/jcr/ bundles/resourceresolver/src/main/java/org/apache/sling/resourceresolver/impl/tree/params/ bundles/servlets/resolver/src/main/...

Hi,

I think we should really have a commit per module - and also an issue
per module and simply pack a bunch of totally different stuff in one
issue. This is really hard to track.

The patch down there removes important information from toString, please
revert

Thanks
Carsten

Am 08.10.15 um 11:41 schrieb tomekr@apache.org:
> Author: tomekr
> Date: Thu Oct  8 09:41:07 2015
> New Revision: 1707465
> 
...
> --- sling/trunk/contrib/extensions/resourcemerger/src/main/java/org/apache/sling/resourcemerger/impl/MergedResource.java (original)
> +++ sling/trunk/contrib/extensions/resourcemerger/src/main/java/org/apache/sling/resourcemerger/impl/MergedResource.java Thu Oct  8 09:41:07 2015
> @@ -177,7 +177,6 @@ public class MergedResource extends Abst
>  
>      @Override
>      public String toString() {
> -        return "MergedResource [path=" + this.path +
> -               ", resources=" + this.metadata.get(MergedResourceConstants.METADATA_RESOURCES) + "]";
> +        return "MergedResource [path=" + this.path + "]";
>      }
>  }
> 
> 
> 


-- 
Carsten Ziegeler
Adobe Research Switzerland
cziegeler@apache.org