Skip to content

Commit 19aceeb

Browse files
committed
Fix broken javadoc link to ROME tools project
Issue: SPR-9379
1 parent 2db4e15 commit 19aceeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-web/src/main/java/org/springframework/http/converter/feed/AbstractWireFeedHttpMessageConverter.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2010 the original author or authors.
2+
* Copyright 2002-2012 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -37,8 +37,8 @@
3737
import org.springframework.util.StringUtils;
3838

3939
/**
40-
* Abstract base class for Atom and RSS Feed message converters, using java.net's
41-
* <a href="https://rome.dev.java.net/">ROME</a> package.
40+
* Abstract base class for Atom and RSS Feed message converters, using the
41+
* <a href="http://rometools.org/">ROME tools</a> project.
4242
*
4343
* @author Arjen Poutsma
4444
* @since 3.0.2

0 commit comments

Comments
 (0)