Removed spurious * lines before a */; mostly created by removing the @version lines

This commit is contained in:
Henri Yandell 2015-05-05 12:21:05 -07:00
parent 740c0f95fb
commit d6dd2b4cd4
84 changed files with 0 additions and 85 deletions

View File

@ -22,7 +22,6 @@
* <p>Utility library that supplements the standard {@link Random} class.</p>
*
* @since 3.3
*
*/
public class RandomUtils {

View File

@ -13,7 +13,6 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
package org.apache.commons.lang3.builder;
@ -26,7 +25,6 @@
*
* This is necessary to disambiguate the occasional duplicate
* identityHashCodes that can occur.
*
*/
final class IDKey {
private final Object value;

View File

@ -434,6 +434,5 @@
* There are some other methods for querying the internal state of a timed semaphore.
* Also some statistical data is available, e.g. the average number of <code>acquire()</code> calls per time frame.
* When a timed semaphore is no more needed, its <code>shutdown()</code> method has to be called.</p>
*
*/
package org.apache.commons.lang3.concurrent;

View File

@ -25,7 +25,6 @@
* Formats using one formatter and parses using a different formatter. An
* example of use for this would be a webapp where data is taken in one way and
* stored in a database another way.
*
*/
public class CompositeFormat extends Format {

View File

@ -21,7 +21,6 @@
/**
* Helper subclass to CharSequenceTranslator to remove unpaired surrogates.
*
*/
public class UnicodeUnpairedSurrogateRemover extends CodePointTranslator {
/**

View File

@ -30,7 +30,6 @@
/**
* Tests ArrayUtils add methods.
*
*/
public class ArrayUtilsAddTest {

View File

@ -29,7 +29,6 @@
/**
* Tests ArrayUtils remove and removeElement methods.
*
*/
public class ArrayUtilsRemoveMultipleTest {

View File

@ -28,7 +28,6 @@
/**
* Tests ArrayUtils remove and removeElement methods.
*
*/
public class ArrayUtilsRemoveTest {

View File

@ -29,7 +29,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.ArrayUtils}.
*
*/
@SuppressWarnings("deprecation") // deliberate use of deprecated code
public class ArrayUtilsTest {

View File

@ -24,7 +24,6 @@
/**
* Class to test BitField functionality
*
*/
public class BitFieldTest {

View File

@ -29,7 +29,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.BooleanUtils}.
*
*/
public class BooleanUtilsTest {

View File

@ -32,7 +32,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.CharRange}.
*
*/
public class CharRangeTest {

View File

@ -30,7 +30,6 @@
/**
* Tests CharSequenceUtils
*
*/
public class CharSequenceUtilsTest {

View File

@ -29,7 +29,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.CharSet}.
*
*/
public class CharSetTest {

View File

@ -28,7 +28,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.CharSetUtils}.
*
*/
public class CharSetUtilsTest {

View File

@ -29,7 +29,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.CharUtils}.
*
*/
public class CharUtilsTest {

View File

@ -47,7 +47,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.ClassUtils}.
*
*/
@SuppressWarnings("boxing") // JUnit4 does not support primitive equality testing apart from long
public class ClassUtilsTest {

View File

@ -29,7 +29,6 @@
/**
* Unit tests {@link Conversion}.
*
*/
public class ConversionTest {

View File

@ -37,7 +37,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.JavaVersion}.
*
*/
public class JavaVersionTest {

View File

@ -40,7 +40,6 @@
/**
* Unit tests for {@link LocaleUtils}.
*
*/
public class LocaleUtilsTest {

View File

@ -22,7 +22,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.NotImplementedException}.
*
*/
public class NotImplementedExceptionTest {

View File

@ -42,7 +42,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.ObjectUtils}.
*
*/
@SuppressWarnings("deprecation") // deliberate use of deprecated code
public class ObjectUtilsTest {

View File

@ -31,7 +31,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.RandomStringUtils}.
*
*/
public class RandomStringUtilsTest {

View File

@ -24,7 +24,6 @@
/**
* Tests for {@link RandomUtils}
*
*/
public class RandomUtilsTest {

View File

@ -33,7 +33,6 @@
* <p>
* Tests the methods in the {@link org.apache.commons.lang3.Range} class.
* </p>
*
*/
@SuppressWarnings("boxing")
public class RangeTest {

View File

@ -42,7 +42,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.SerializationUtils}.
*
*/
public class SerializationUtilsTest {

View File

@ -36,7 +36,6 @@
/**
* Unit tests for {@link StringEscapeUtils}.
*
*/
public class StringEscapeUtilsTest {
private final static String FOO = "foo";

View File

@ -29,7 +29,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.StringUtils} - Substring methods
*
*/
public class StringUtilsEqualsIndexOfTest {
private static final String BAR = "bar";

View File

@ -23,7 +23,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.StringUtils} - Substring methods
*
*/
public class StringUtilsIsTest {

View File

@ -22,7 +22,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.StringUtils} - StartsWith/EndsWith methods
*
*/
public class StringUtilsStartsEndsWithTest {
private static final String foo = "foo";

View File

@ -24,7 +24,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.StringUtils} - Substring methods
*
*/
public class StringUtilsSubstringTest {
private static final String FOO = "foo";

View File

@ -41,7 +41,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.StringUtils}.
*
*/
@SuppressWarnings("deprecation") // deliberate use of deprecated code
public class StringUtilsTest {

View File

@ -26,7 +26,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.StringUtils} - Trim/Empty methods
*
*/
public class StringUtilsTrimEmptyTest {
private static final String FOO = "foo";

View File

@ -38,7 +38,6 @@
* Unit tests {@link org.apache.commons.lang3.SystemUtils}.
*
* Only limited testing can be performed.
*
*/
public class SystemUtilsTest {

View File

@ -38,7 +38,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.ThreadUtils}.
*
*/
public class ThreadUtilsTest {

View File

@ -39,7 +39,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.Validate}.
*
*/
public class ValidateTest {

View File

@ -25,7 +25,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.builder.CompareToBuilder}.
*
*/
public class CompareToBuilderTest {

View File

@ -28,7 +28,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.builder.DefaultToStringStyleTest}.
*
*/
public class DefaultToStringStyleTest {

View File

@ -30,7 +30,6 @@
/**
* Unit tests {@link DiffBuilder}.
*
*/
public class DiffBuilderTest {

View File

@ -26,7 +26,6 @@
/**
* Unit tests {@link DiffResult}.
*
*/
public class DiffResultTest {

View File

@ -23,7 +23,6 @@
/**
* Unit tests {@link Diff}.
*
*/
public class DiffTest {

View File

@ -27,7 +27,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.builder.EqualsBuilder}.
*
*/
public class EqualsBuilderTest {

View File

@ -24,7 +24,6 @@
* Tests {@link org.apache.commons.lang3.builder.HashCodeBuilder} and
* {@link org.apache.commons.lang3.builder.EqualsBuilderTest} to insure that equal
* objects must have equal hash codes.
*
*/
public class HashCodeBuilderAndEqualsBuilderTest {

View File

@ -24,7 +24,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.builder.HashCodeBuilder}.
*
*/
public class HashCodeBuilderTest {

View File

@ -31,7 +31,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.builder.JsonToStringStyleTest}.
*
*/
public class JsonToStringStyleTest {

View File

@ -29,7 +29,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.builder.MultiLineToStringStyleTest}.
*
*/
public class MultiLineToStringStyleTest {

View File

@ -28,7 +28,6 @@
/**
* Unit tests {@link ToStringStyle#NO_CLASS_NAME_STYLE}.
*
*/
public class NoClassNameToStringStyleTest {

View File

@ -28,7 +28,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest}.
*
*/
public class NoFieldNamesToStringStyleTest {

View File

@ -27,7 +27,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.builder.RecursiveToStringStyleTest}.
*
*/
public class RecursiveToStringStyleTest {

View File

@ -28,7 +28,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.builder.ToStringStyle#SHORT_PREFIX_STYLE}.
*
*/
public class ShortPrefixToStringStyleTest {

View File

@ -28,7 +28,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.builder.SimpleToStringStyleTest}.
*
*/
public class SimpleToStringStyleTest {

View File

@ -28,7 +28,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.builder.ToStringStyle}.
*
*/
public class StandardToStringStyleTest {

View File

@ -32,7 +32,6 @@
/**
* Unit tests for {@link org.apache.commons.lang3.builder.ToStringBuilder}.
*
*/
public class ToStringBuilderTest {

View File

@ -22,7 +22,6 @@
/**
* Test case for ToStringStyle.
*
*/
public class ToStringStyleTest {

View File

@ -33,7 +33,6 @@
* class have to create a {@link ConcurrentInitializer} object on which the
* tests are executed.
* </p>
*
*/
public abstract class AbstractConcurrentInitializerTest {
/**

View File

@ -18,7 +18,6 @@
/**
* Test class for {@code AtomicInitializer}.
*
*/
public class AtomicInitializerTest extends AbstractConcurrentInitializerTest {
/**

View File

@ -25,7 +25,6 @@
/**
* Test class for {@code AtomicSafeInitializer}.
*
*/
public class AtomicSafeInitializerTest extends
AbstractConcurrentInitializerTest {

View File

@ -32,7 +32,6 @@
/**
* Test class for {@code BasicThreadFactory}.
*
*/
public class BasicThreadFactoryTest {
/** Constant for the test naming pattern. */

View File

@ -27,7 +27,6 @@
/**
* Test class for {@code CallableBackgroundInitializer}
*
*/
public class CallableBackgroundInitializerTest {
/** Constant for the result of the call() invocation. */

View File

@ -34,7 +34,6 @@
/**
* Test class for {@link ConcurrentUtils}.
*
*/
public class ConcurrentUtilsTest {
/**

View File

@ -26,7 +26,6 @@
/**
* Test class for {@code ConstantInitializer}.
*
*/
public class ConstantInitializerTest {
/** Constant for the object managed by the initializer. */

View File

@ -20,7 +20,6 @@
/**
* Test class for {@code LazyInitializer}.
*
*/
public class LazyInitializerTest extends AbstractConcurrentInitializerTest {
/** The initializer to be tested. */

View File

@ -33,7 +33,6 @@
/**
* Test class for {@link MultiBackgroundInitializer}.
*
*/
public class MultiBackgroundInitializerTest {
/** Constant for the names of the child initializers. */

View File

@ -33,7 +33,6 @@
/**
* Test class for TimedSemaphore.
*
*/
public class TimedSemaphoreTest {
/** Constant for the time period. */

View File

@ -21,7 +21,6 @@
/**
* JUnit tests for DefaultExceptionContext.
*
*/
public class DefaultExceptionContextTest extends AbstractExceptionContextTest<DefaultExceptionContext> {

View File

@ -28,7 +28,6 @@
/**
* Test cases for the {@link Fraction} class
*
*/
public class FractionTest {

View File

@ -24,7 +24,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.math.IEEE754rUtils}.
*
*/
public class IEEE754rUtilsTest {

View File

@ -31,7 +31,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.math.NumberUtils}.
*
*/
public class NumberUtilsTest {

View File

@ -33,7 +33,6 @@
/**
* Unit tests FieldUtils
*
*/
public class FieldUtilsTest {

View File

@ -25,7 +25,6 @@
/**
* Unit tests {@link FormattableUtils}.
*
*/
public class FormattableUtilsTest {

View File

@ -30,7 +30,6 @@
/**
* Unit tests for {@link org.apache.commons.lang3.text.StrBuilder}.
*
*/
public class StrBuilderAppendInsertTest {

View File

@ -32,7 +32,6 @@
/**
* Unit tests for {@link org.apache.commons.lang3.text.StrBuilder}.
*
*/
public class StrBuilderTest {

View File

@ -27,7 +27,6 @@
/**
* Test class for StrLookup.
*
*/
public class StrLookupTest {

View File

@ -25,7 +25,6 @@
/**
* Unit tests for {@link org.apache.commons.lang3.text.StrMatcher}.
*
*/
public class StrMatcherTest {

View File

@ -35,7 +35,6 @@
/**
* Test class for StrSubstitutor.
*
*/
public class StrSubstitutorTest {

View File

@ -30,7 +30,6 @@
/**
* Unit test for Tokenizer.
*
*/
public class StrTokenizerTest {

View File

@ -28,7 +28,6 @@
/**
* Unit tests for WordUtils class.
*
*/
public class WordUtilsTest {

View File

@ -24,7 +24,6 @@
/**
* Unit tests for {@link org.apache.commons.lang3.text.translate.UnicodeUnpairedSurrogateRemover}.
*
*/
public class UnicodeUnpairedSurrogateRemoverTest {
final UnicodeUnpairedSurrogateRemover subject = new UnicodeUnpairedSurrogateRemover();

View File

@ -35,7 +35,6 @@
/**
* TestCase for DateFormatUtils.
*
*/
public class DateFormatUtilsTest {

View File

@ -45,7 +45,6 @@
/**
* Unit tests {@link org.apache.commons.lang3.time.DateUtils}.
*
*/
public class DateUtilsTest {

View File

@ -32,7 +32,6 @@
/**
* TestCase for DurationFormatUtils.
*
*/
public class DurationFormatUtilsTest {

View File

@ -26,7 +26,6 @@
/**
* TestCase for StopWatch.
*
*/
public class StopWatchTest {

View File

@ -30,7 +30,6 @@
/**
* Test the Pair class.
*
*/
public class PairTest {

View File

@ -27,7 +27,6 @@
/**
* Test the Triple class.
*
*/
public class TripleTest {