From 19aceebb961bd7fe24477a8e15830c668f519385 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Tue, 15 May 2012 15:07:40 +0300 Subject: [PATCH] Fix broken javadoc link to ROME tools project Issue: SPR-9379 --- .../feed/AbstractWireFeedHttpMessageConverter.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-web/src/main/java/org/springframework/http/converter/feed/AbstractWireFeedHttpMessageConverter.java b/spring-web/src/main/java/org/springframework/http/converter/feed/AbstractWireFeedHttpMessageConverter.java index a9d955891e4..afd98288ada 100644 --- a/spring-web/src/main/java/org/springframework/http/converter/feed/AbstractWireFeedHttpMessageConverter.java +++ b/spring-web/src/main/java/org/springframework/http/converter/feed/AbstractWireFeedHttpMessageConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2010 the original author or authors. + * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -37,8 +37,8 @@ import org.springframework.http.converter.HttpMessageNotWritableException; import org.springframework.util.StringUtils; /** - * Abstract base class for Atom and RSS Feed message converters, using java.net's - * ROME package. + * Abstract base class for Atom and RSS Feed message converters, using the + * ROME tools project. * * @author Arjen Poutsma * @since 3.0.2