mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-08-14 17:58:27 +00:00
Tidy up [skip ci]
This commit is contained in:
@@ -36,9 +36,7 @@ import javax.servlet.http.HttpServletResponse;
|
||||
import org.springframework.web.servlet.handler.HandlerInterceptorAdapter;
|
||||
|
||||
/**
|
||||
* TransformInterceptor
|
||||
* <br/>
|
||||
* Handles ThreadLocal Log entries for each request.
|
||||
* Cleans up temporary files in transform requests that upload the content and download the result.
|
||||
*/
|
||||
public class TransformInterceptor extends HandlerInterceptorAdapter
|
||||
{
|
||||
|
@@ -44,8 +44,8 @@ import javax.jms.Message;
|
||||
import javax.jms.Session;
|
||||
|
||||
/**
|
||||
* TODO: Duplicated from the Router
|
||||
* Custom wrapper over MappingJackson2MessageConverter for T-Request/T-Reply objects.
|
||||
* Copied from the t-router. We would need to create a common dependency between t-engine base and t-router that
|
||||
* knows about jms to remove this duplication.
|
||||
*
|
||||
* @author Cezar Leahu
|
||||
*/
|
||||
|
@@ -36,10 +36,8 @@ import org.springframework.jms.core.JmsTemplate;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
/**
|
||||
* TODO: Duplicated from the Router
|
||||
* TransformReplySender Bean
|
||||
* <p/>
|
||||
* JMS message sender/publisher
|
||||
* Copied from the t-router. We would need to create a common dependency between t-engine base and t-router that
|
||||
* knows about jms to remove this duplication.
|
||||
*
|
||||
* @author Cezar Leahu
|
||||
*/
|
||||
|
@@ -225,11 +225,6 @@ public abstract class AbstractMetadataExtractorEmbedder implements CustomTransfo
|
||||
return Collections.unmodifiableMap(extractMapping.get());
|
||||
}
|
||||
|
||||
public Map<String, Set<String>> getEmbedMapping()
|
||||
{
|
||||
return Collections.unmodifiableMap(embedMapping);
|
||||
}
|
||||
|
||||
/**
|
||||
* Based on AbstractMappingMetadataExtracter#getDefaultMapping.
|
||||
*
|
||||
|
Reference in New Issue
Block a user