mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Start counting transforms from 1 rather than 0, like the t-router (#874)
This commit is contained in:
@@ -138,7 +138,7 @@ public class TransformerDebug
|
||||
|
||||
protected static class Frame
|
||||
{
|
||||
private static final AtomicInteger uniqueId = new AtomicInteger(0);
|
||||
private static final AtomicInteger uniqueId = new AtomicInteger(1);
|
||||
|
||||
private int id;
|
||||
private final String fromUrl;
|
||||
|
Reference in New Issue
Block a user