Fixing the mailing list addresses
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@560804 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a09aacdfef
commit
25e63dac01
|
@ -200,7 +200,7 @@ public class LRUMap
|
|||
header.before = entry;
|
||||
} else if (entry == header) {
|
||||
throw new IllegalStateException("Can't move header to MRU" +
|
||||
" (please report this to commons-dev@jakarta.apache.org)");
|
||||
" (please report this to dev@commons.apache.org)");
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -250,7 +250,7 @@ public class LRUMap
|
|||
"Entry.after=null, header.after" + header.after + " header.before" + header.before +
|
||||
" key=" + key + " value=" + value + " size=" + size + " maxSize=" + maxSize +
|
||||
" Please check that your keys are immutable, and that you have used synchronization properly." +
|
||||
" If so, then please report this to commons-dev@jakarta.apache.org as a bug.");
|
||||
" If so, then please report this to dev@commons.apache.org as a bug.");
|
||||
}
|
||||
} else {
|
||||
removeLRUEntry = removeLRU(reuse);
|
||||
|
@ -262,7 +262,7 @@ public class LRUMap
|
|||
"reuse=null, header.after=" + header.after + " header.before" + header.before +
|
||||
" key=" + key + " value=" + value + " size=" + size + " maxSize=" + maxSize +
|
||||
" Please check that your keys are immutable, and that you have used synchronization properly." +
|
||||
" If so, then please report this to commons-dev@jakarta.apache.org as a bug.");
|
||||
" If so, then please report this to dev@commons.apache.org as a bug.");
|
||||
}
|
||||
reuseMapping(reuse, hashIndex, hashCode, key, value);
|
||||
} else {
|
||||
|
@ -302,7 +302,7 @@ public class LRUMap
|
|||
"Entry.next=null, data[removeIndex]=" + data[removeIndex] + " previous=" + previous +
|
||||
" key=" + key + " value=" + value + " size=" + size + " maxSize=" + maxSize +
|
||||
" Please check that your keys are immutable, and that you have used synchronization properly." +
|
||||
" If so, then please report this to commons-dev@jakarta.apache.org as a bug.");
|
||||
" If so, then please report this to dev@commons.apache.org as a bug.");
|
||||
}
|
||||
|
||||
// reuse the entry
|
||||
|
@ -315,7 +315,7 @@ public class LRUMap
|
|||
"NPE, entry=" + entry + " entryIsHeader=" + (entry==header) +
|
||||
" key=" + key + " value=" + value + " size=" + size + " maxSize=" + maxSize +
|
||||
" Please check that your keys are immutable, and that you have used synchronization properly." +
|
||||
" If so, then please report this to commons-dev@jakarta.apache.org as a bug.");
|
||||
" If so, then please report this to dev@commons.apache.org as a bug.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ limitations under the License.
|
|||
<document>
|
||||
<properties>
|
||||
<title>Building</title>
|
||||
<author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
|
||||
<author email="dev@commons.apache.org">Commons Documentation Team</author>
|
||||
</properties>
|
||||
<body>
|
||||
<!-- ================================================== -->
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
<properties>
|
||||
<title>Compatibility</title>
|
||||
<author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
|
||||
<author email="dev@commons.apache.org">Commons Documentation Team</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
|
|
|
@ -18,7 +18,7 @@ limitations under the License.
|
|||
<document>
|
||||
<properties>
|
||||
<title>Source repository</title>
|
||||
<author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
|
||||
<author email="dev@commons.apache.org">Commons Documentation Team</author>
|
||||
</properties>
|
||||
<body>
|
||||
<!-- ================================================== -->
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
<properties>
|
||||
<title>History</title>
|
||||
<author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
|
||||
<author email="dev@commons.apache.org">Commons Documentation Team</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<document>
|
||||
<properties>
|
||||
<title>Home</title>
|
||||
<author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
|
||||
<author email="dev@commons.apache.org">Commons Documentation Team</author>
|
||||
</properties>
|
||||
<body>
|
||||
<!-- ================================================== -->
|
||||
|
|
|
@ -18,7 +18,7 @@ limitations under the License.
|
|||
<document>
|
||||
<properties>
|
||||
<title>Issue tracking</title>
|
||||
<author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
|
||||
<author email="dev@commons.apache.org">Commons Documentation Team</author>
|
||||
</properties>
|
||||
<body>
|
||||
<!-- ================================================== -->
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
<properties>
|
||||
<title>Choosing a collection</title>
|
||||
<author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
|
||||
<author email="dev@commons.apache.org">Commons Documentation Team</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
|
|
|
@ -18,7 +18,7 @@ limitations under the License.
|
|||
<document>
|
||||
<properties>
|
||||
<title>Release notes for v3.2</title>
|
||||
<author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
|
||||
<author email="dev@commons.apache.org">Commons Documentation Team</author>
|
||||
</properties>
|
||||
<body>
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
<properties>
|
||||
<title>Tasks outstanding</title>
|
||||
<author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
|
||||
<author email="dev@commons.apache.org">Commons Documentation Team</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
<properties>
|
||||
<title>User guide</title>
|
||||
<author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
|
||||
<author email="dev@commons.apache.org">Commons Documentation Team</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue