source: src/main/java/agents/org/apache/commons/lang/package.html

Last change on this file was 127, checked in by Wouter Pasman, 6 years ago

#41 ROLL BACK of rev.126 . So this version is equal to rev. 125

File size: 1.1 KB
Line 
1<!--
2Licensed to the Apache Software Foundation (ASF) under one or more
3contributor license agreements. See the NOTICE file distributed with
4this work for additional information regarding copyright ownership.
5The ASF licenses this file to You under the Apache License, Version 2.0
6(the "License"); you may not use this file except in compliance with
7the License. You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11Unless required by applicable law or agreed to in writing, software
12distributed under the License is distributed on an "AS IS" BASIS,
13WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14See the License for the specific language governing permissions and
15limitations under the License.
16-->
17<html>
18<body>
19Provides highly reusable static utility methods, chiefly concerned
20with adding value to the {@link java.lang} classes.
21@since 1.0
22<p>Most of these classes are immutable and thus thread-safe.
23However Charset is not currently guaranteed thread-safe under all circumstances.</p>
24</body>
25</html>
Note: See TracBrowser for help on using the repository browser.