From 0386a2cc063d9d8ede0d21a6d3f0ec1f15c1447a Mon Sep 17 00:00:00 2001 From: Josh Long Date: Mon, 16 Aug 2010 21:08:11 +0000 Subject: [PATCH] I've added a newline to test whether Confluence is as whip smart as a custom adapter written in 1 minute with Spring Integration is about reacting to and notifying users of deltas in state, or, events. --- .../endpoint/metadata/PropertiesBasedMetadataPersister.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-integration-core/src/main/java/org/springframework/integration/endpoint/metadata/PropertiesBasedMetadataPersister.java b/spring-integration-core/src/main/java/org/springframework/integration/endpoint/metadata/PropertiesBasedMetadataPersister.java index a49e5e159f..52e251704a 100644 --- a/spring-integration-core/src/main/java/org/springframework/integration/endpoint/metadata/PropertiesBasedMetadataPersister.java +++ b/spring-integration-core/src/main/java/org/springframework/integration/endpoint/metadata/PropertiesBasedMetadataPersister.java @@ -15,7 +15,7 @@ import java.util.concurrent.Executor; /** * Implementation of {@link org.springframework.integration.endpoint.metadata.MetadataPersister} that knows how to write metadata * to a {@link java.util.Properties} instance. - *

+ * * * * TODO could this perhaps participate or at least be aware of our transaction synchronization mechanism? IE: no guarantees, but we at least try to write on commit()s?