From f4e4ed16435a035c65a7ea62ff6265411edd2f4c Mon Sep 17 00:00:00 2001 From: David Walluck Date: Wed, 9 Apr 2025 18:26:54 -0400 Subject: [PATCH] Make license header not a javadoc comment --- .../org/commonjava/rwx/test/jira/AbstractJiraServerInfo.java | 2 +- .../java/org/commonjava/rwx/test/jira/JiraServerInfo.java | 2 +- .../commonjava/rwx/test/jira/JiraServerInfoArrayResponse.java | 2 +- .../org/commonjava/rwx/test/jira/JiraServerInfoConverter.java | 2 +- .../org/commonjava/rwx/test/jira/JiraServerInfoResponse.java | 2 +- .../rwx/test/jira/JiraServerInfoResponseVariantOne.java | 2 +- .../org/commonjava/rwx/test/koji/GetBuildByNVRObjRequest.java | 2 +- .../java/org/commonjava/rwx/test/koji/GetBuildRequest.java | 2 +- .../java/org/commonjava/rwx/test/koji/GetBuildResponse.java | 2 +- .../main/java/org/commonjava/rwx/test/koji/KojiBuildInfo.java | 2 +- .../src/main/java/org/commonjava/rwx/test/koji/KojiNVR.java | 2 +- .../main/java/org/commonjava/rwx/test/koji/KojiTagInfo.java | 2 +- .../java/org/commonjava/rwx/test/koji/KrbLoginRequest.java | 2 +- .../java/org/commonjava/rwx/test/koji/ListBuildResponse.java | 3 +-- .../java/org/commonjava/rwx/test/koji/ListTagsRequest.java | 2 +- .../java/org/commonjava/rwx/test/koji/ListTagsResponse.java | 2 +- .../main/java/org/commonjava/rwx/test/koji/MultiCallObj.java | 2 +- .../java/org/commonjava/rwx/test/koji/MultiCallRequest.java | 2 +- .../java/org/commonjava/rwx/test/koji/MultiCallResponse.java | 2 +- .../java/org/commonjava/rwx/test/koji/MultiCallValueObj.java | 2 +- .../main/java/org/commonjava/rwx/test/simple/I8Request.java | 2 +- .../main/java/org/commonjava/rwx/test/simple/I8Response.java | 2 +- .../commonjava/rwx/test/simple/RequestWithOneArrayParam.java | 2 +- .../org/commonjava/rwx/test/simple/RequestWithOneParam.java | 2 +- .../java/org/commonjava/rwx/test/simple/SimpleRequest.java | 2 +- .../java/org/commonjava/rwx/test/simple/SimpleResponse.java | 2 +- .../org/commonjava/rwx/test/subclass/BuildDescription.java | 2 +- .../java/org/commonjava/rwx/test/subclass/BuildExtraInfo.java | 2 +- .../commonjava/rwx/test/subclass/BuildExtraInfoExtended.java | 2 +- .../main/java/org/commonjava/rwx/test/subclass/Constants.java | 2 +- .../rwx/test/subclass/GetBuildDescriptionResponse.java | 2 +- .../java/org/commonjava/rwx/test/subclass/MavenExtraInfo.java | 2 +- .../src/test/java/org/commonjava/rwx/test/AbstractTest.java | 2 +- .../rwx/test/jira/JiraServerInfoArrayConverterTest.java | 2 +- .../commonjava/rwx/test/jira/JiraServerInfoConverterTest.java | 2 +- .../java/org/commonjava/rwx/test/koji/KojiMultiCallTest.java | 2 +- .../java/org/commonjava/rwx/test/koji/KojiRWXMapperTest.java | 2 +- .../java/org/commonjava/rwx/test/simple/I8MapperTest.java | 3 +-- .../org/commonjava/rwx/test/simple/SimpleRWXMapperTest.java | 3 +-- .../org/commonjava/rwx/test/subclass/SubclassMapperTest.java | 2 +- rwx/src/main/java/org/commonjava/rwx/anno/ArrayPart.java | 2 +- rwx/src/main/java/org/commonjava/rwx/anno/Converter.java | 2 +- rwx/src/main/java/org/commonjava/rwx/anno/DataIndex.java | 2 +- rwx/src/main/java/org/commonjava/rwx/anno/DataKey.java | 2 +- rwx/src/main/java/org/commonjava/rwx/anno/Request.java | 2 +- rwx/src/main/java/org/commonjava/rwx/anno/Response.java | 2 +- rwx/src/main/java/org/commonjava/rwx/anno/StructPart.java | 2 +- rwx/src/main/java/org/commonjava/rwx/api/RWXMapper.java | 2 +- rwx/src/main/java/org/commonjava/rwx/core/AnnoProcessor.java | 2 +- rwx/src/main/java/org/commonjava/rwx/core/Converter.java | 2 +- rwx/src/main/java/org/commonjava/rwx/core/Parser.java | 4 ++-- rwx/src/main/java/org/commonjava/rwx/core/Registry.java | 2 +- .../main/java/org/commonjava/rwx/error/CoercionException.java | 2 +- .../main/java/org/commonjava/rwx/error/XmlRpcException.java | 3 +-- rwx/src/main/java/org/commonjava/rwx/model/Fault.java | 2 +- rwx/src/main/java/org/commonjava/rwx/model/MethodCall.java | 2 +- .../main/java/org/commonjava/rwx/model/MethodResponse.java | 2 +- rwx/src/main/java/org/commonjava/rwx/util/ParseUtils.java | 2 +- rwx/src/main/java/org/commonjava/rwx/util/ProcessorUtils.java | 2 +- rwx/src/main/java/org/commonjava/rwx/util/RenderUtils.java | 2 +- rwx/src/main/java/org/commonjava/rwx/util/ValueCoercion.java | 2 +- rwx/src/main/java/org/commonjava/rwx/vocab/ValueType.java | 2 +- .../main/java/org/commonjava/rwx/vocab/XmlRpcConstants.java | 2 +- rwx/src/test/java/org/commonjava/rwx/core/AbstractTest.java | 2 +- .../test/java/org/commonjava/rwx/core/XmlRpcParserTest.java | 2 +- .../java/org/commonjava/rwx/core/util/ProcessorUtilsTest.java | 2 +- rwx/src/test/java/org/commonjava/rwx/vocab/NilTest.java | 2 +- 67 files changed, 68 insertions(+), 72 deletions(-) diff --git a/rwx-test/src/main/java/org/commonjava/rwx/test/jira/AbstractJiraServerInfo.java b/rwx-test/src/main/java/org/commonjava/rwx/test/jira/AbstractJiraServerInfo.java index 5facb58..5c81227 100644 --- a/rwx-test/src/main/java/org/commonjava/rwx/test/jira/AbstractJiraServerInfo.java +++ b/rwx-test/src/main/java/org/commonjava/rwx/test/jira/AbstractJiraServerInfo.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/main/java/org/commonjava/rwx/test/jira/JiraServerInfo.java b/rwx-test/src/main/java/org/commonjava/rwx/test/jira/JiraServerInfo.java index cd77dc7..2edb59c 100644 --- a/rwx-test/src/main/java/org/commonjava/rwx/test/jira/JiraServerInfo.java +++ b/rwx-test/src/main/java/org/commonjava/rwx/test/jira/JiraServerInfo.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/main/java/org/commonjava/rwx/test/jira/JiraServerInfoArrayResponse.java b/rwx-test/src/main/java/org/commonjava/rwx/test/jira/JiraServerInfoArrayResponse.java index b520768..7476d3a 100644 --- a/rwx-test/src/main/java/org/commonjava/rwx/test/jira/JiraServerInfoArrayResponse.java +++ b/rwx-test/src/main/java/org/commonjava/rwx/test/jira/JiraServerInfoArrayResponse.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/main/java/org/commonjava/rwx/test/jira/JiraServerInfoConverter.java b/rwx-test/src/main/java/org/commonjava/rwx/test/jira/JiraServerInfoConverter.java index 7a718bf..e41bb79 100644 --- a/rwx-test/src/main/java/org/commonjava/rwx/test/jira/JiraServerInfoConverter.java +++ b/rwx-test/src/main/java/org/commonjava/rwx/test/jira/JiraServerInfoConverter.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/main/java/org/commonjava/rwx/test/jira/JiraServerInfoResponse.java b/rwx-test/src/main/java/org/commonjava/rwx/test/jira/JiraServerInfoResponse.java index 9b0c414..9b6cb3c 100644 --- a/rwx-test/src/main/java/org/commonjava/rwx/test/jira/JiraServerInfoResponse.java +++ b/rwx-test/src/main/java/org/commonjava/rwx/test/jira/JiraServerInfoResponse.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/main/java/org/commonjava/rwx/test/jira/JiraServerInfoResponseVariantOne.java b/rwx-test/src/main/java/org/commonjava/rwx/test/jira/JiraServerInfoResponseVariantOne.java index 9122293..2042c63 100644 --- a/rwx-test/src/main/java/org/commonjava/rwx/test/jira/JiraServerInfoResponseVariantOne.java +++ b/rwx-test/src/main/java/org/commonjava/rwx/test/jira/JiraServerInfoResponseVariantOne.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/main/java/org/commonjava/rwx/test/koji/GetBuildByNVRObjRequest.java b/rwx-test/src/main/java/org/commonjava/rwx/test/koji/GetBuildByNVRObjRequest.java index fad061c..edc0dce 100644 --- a/rwx-test/src/main/java/org/commonjava/rwx/test/koji/GetBuildByNVRObjRequest.java +++ b/rwx-test/src/main/java/org/commonjava/rwx/test/koji/GetBuildByNVRObjRequest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/main/java/org/commonjava/rwx/test/koji/GetBuildRequest.java b/rwx-test/src/main/java/org/commonjava/rwx/test/koji/GetBuildRequest.java index 2f2a91f..849a444 100644 --- a/rwx-test/src/main/java/org/commonjava/rwx/test/koji/GetBuildRequest.java +++ b/rwx-test/src/main/java/org/commonjava/rwx/test/koji/GetBuildRequest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/main/java/org/commonjava/rwx/test/koji/GetBuildResponse.java b/rwx-test/src/main/java/org/commonjava/rwx/test/koji/GetBuildResponse.java index b78e46a..21d4735 100644 --- a/rwx-test/src/main/java/org/commonjava/rwx/test/koji/GetBuildResponse.java +++ b/rwx-test/src/main/java/org/commonjava/rwx/test/koji/GetBuildResponse.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/main/java/org/commonjava/rwx/test/koji/KojiBuildInfo.java b/rwx-test/src/main/java/org/commonjava/rwx/test/koji/KojiBuildInfo.java index 18b09af..b3dba2e 100644 --- a/rwx-test/src/main/java/org/commonjava/rwx/test/koji/KojiBuildInfo.java +++ b/rwx-test/src/main/java/org/commonjava/rwx/test/koji/KojiBuildInfo.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/main/java/org/commonjava/rwx/test/koji/KojiNVR.java b/rwx-test/src/main/java/org/commonjava/rwx/test/koji/KojiNVR.java index ef9f9f1..5cf3cbe 100644 --- a/rwx-test/src/main/java/org/commonjava/rwx/test/koji/KojiNVR.java +++ b/rwx-test/src/main/java/org/commonjava/rwx/test/koji/KojiNVR.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/main/java/org/commonjava/rwx/test/koji/KojiTagInfo.java b/rwx-test/src/main/java/org/commonjava/rwx/test/koji/KojiTagInfo.java index 0ab1cc6..f92c6e1 100644 --- a/rwx-test/src/main/java/org/commonjava/rwx/test/koji/KojiTagInfo.java +++ b/rwx-test/src/main/java/org/commonjava/rwx/test/koji/KojiTagInfo.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/main/java/org/commonjava/rwx/test/koji/KrbLoginRequest.java b/rwx-test/src/main/java/org/commonjava/rwx/test/koji/KrbLoginRequest.java index 26c3291..3d5a930 100644 --- a/rwx-test/src/main/java/org/commonjava/rwx/test/koji/KrbLoginRequest.java +++ b/rwx-test/src/main/java/org/commonjava/rwx/test/koji/KrbLoginRequest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/main/java/org/commonjava/rwx/test/koji/ListBuildResponse.java b/rwx-test/src/main/java/org/commonjava/rwx/test/koji/ListBuildResponse.java index 6589898..c6ecf5a 100644 --- a/rwx-test/src/main/java/org/commonjava/rwx/test/koji/ListBuildResponse.java +++ b/rwx-test/src/main/java/org/commonjava/rwx/test/koji/ListBuildResponse.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -48,4 +48,3 @@ public List getBuilds() return builds; } } - diff --git a/rwx-test/src/main/java/org/commonjava/rwx/test/koji/ListTagsRequest.java b/rwx-test/src/main/java/org/commonjava/rwx/test/koji/ListTagsRequest.java index bce6c03..ca227bf 100644 --- a/rwx-test/src/main/java/org/commonjava/rwx/test/koji/ListTagsRequest.java +++ b/rwx-test/src/main/java/org/commonjava/rwx/test/koji/ListTagsRequest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/main/java/org/commonjava/rwx/test/koji/ListTagsResponse.java b/rwx-test/src/main/java/org/commonjava/rwx/test/koji/ListTagsResponse.java index 9969efc..d4970d1 100644 --- a/rwx-test/src/main/java/org/commonjava/rwx/test/koji/ListTagsResponse.java +++ b/rwx-test/src/main/java/org/commonjava/rwx/test/koji/ListTagsResponse.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/main/java/org/commonjava/rwx/test/koji/MultiCallObj.java b/rwx-test/src/main/java/org/commonjava/rwx/test/koji/MultiCallObj.java index cdab845..9532f44 100644 --- a/rwx-test/src/main/java/org/commonjava/rwx/test/koji/MultiCallObj.java +++ b/rwx-test/src/main/java/org/commonjava/rwx/test/koji/MultiCallObj.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/main/java/org/commonjava/rwx/test/koji/MultiCallRequest.java b/rwx-test/src/main/java/org/commonjava/rwx/test/koji/MultiCallRequest.java index 6095725..53c0708 100644 --- a/rwx-test/src/main/java/org/commonjava/rwx/test/koji/MultiCallRequest.java +++ b/rwx-test/src/main/java/org/commonjava/rwx/test/koji/MultiCallRequest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/main/java/org/commonjava/rwx/test/koji/MultiCallResponse.java b/rwx-test/src/main/java/org/commonjava/rwx/test/koji/MultiCallResponse.java index 5d2d758..4c478f3 100644 --- a/rwx-test/src/main/java/org/commonjava/rwx/test/koji/MultiCallResponse.java +++ b/rwx-test/src/main/java/org/commonjava/rwx/test/koji/MultiCallResponse.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/main/java/org/commonjava/rwx/test/koji/MultiCallValueObj.java b/rwx-test/src/main/java/org/commonjava/rwx/test/koji/MultiCallValueObj.java index 5ce63b5..00fd5b7 100644 --- a/rwx-test/src/main/java/org/commonjava/rwx/test/koji/MultiCallValueObj.java +++ b/rwx-test/src/main/java/org/commonjava/rwx/test/koji/MultiCallValueObj.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/main/java/org/commonjava/rwx/test/simple/I8Request.java b/rwx-test/src/main/java/org/commonjava/rwx/test/simple/I8Request.java index b25f9dc..9ca1dda 100644 --- a/rwx-test/src/main/java/org/commonjava/rwx/test/simple/I8Request.java +++ b/rwx-test/src/main/java/org/commonjava/rwx/test/simple/I8Request.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/main/java/org/commonjava/rwx/test/simple/I8Response.java b/rwx-test/src/main/java/org/commonjava/rwx/test/simple/I8Response.java index 9d89976..0300354 100644 --- a/rwx-test/src/main/java/org/commonjava/rwx/test/simple/I8Response.java +++ b/rwx-test/src/main/java/org/commonjava/rwx/test/simple/I8Response.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/main/java/org/commonjava/rwx/test/simple/RequestWithOneArrayParam.java b/rwx-test/src/main/java/org/commonjava/rwx/test/simple/RequestWithOneArrayParam.java index a542732..4fe50b2 100644 --- a/rwx-test/src/main/java/org/commonjava/rwx/test/simple/RequestWithOneArrayParam.java +++ b/rwx-test/src/main/java/org/commonjava/rwx/test/simple/RequestWithOneArrayParam.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/main/java/org/commonjava/rwx/test/simple/RequestWithOneParam.java b/rwx-test/src/main/java/org/commonjava/rwx/test/simple/RequestWithOneParam.java index 68ea16e..f0ba25e 100644 --- a/rwx-test/src/main/java/org/commonjava/rwx/test/simple/RequestWithOneParam.java +++ b/rwx-test/src/main/java/org/commonjava/rwx/test/simple/RequestWithOneParam.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/main/java/org/commonjava/rwx/test/simple/SimpleRequest.java b/rwx-test/src/main/java/org/commonjava/rwx/test/simple/SimpleRequest.java index 0c91e24..bc06dcd 100644 --- a/rwx-test/src/main/java/org/commonjava/rwx/test/simple/SimpleRequest.java +++ b/rwx-test/src/main/java/org/commonjava/rwx/test/simple/SimpleRequest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/main/java/org/commonjava/rwx/test/simple/SimpleResponse.java b/rwx-test/src/main/java/org/commonjava/rwx/test/simple/SimpleResponse.java index a9f18a8..db3635e 100644 --- a/rwx-test/src/main/java/org/commonjava/rwx/test/simple/SimpleResponse.java +++ b/rwx-test/src/main/java/org/commonjava/rwx/test/simple/SimpleResponse.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/main/java/org/commonjava/rwx/test/subclass/BuildDescription.java b/rwx-test/src/main/java/org/commonjava/rwx/test/subclass/BuildDescription.java index f78f9e6..09b2c61 100644 --- a/rwx-test/src/main/java/org/commonjava/rwx/test/subclass/BuildDescription.java +++ b/rwx-test/src/main/java/org/commonjava/rwx/test/subclass/BuildDescription.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/main/java/org/commonjava/rwx/test/subclass/BuildExtraInfo.java b/rwx-test/src/main/java/org/commonjava/rwx/test/subclass/BuildExtraInfo.java index cf66e8a..db8a2a1 100644 --- a/rwx-test/src/main/java/org/commonjava/rwx/test/subclass/BuildExtraInfo.java +++ b/rwx-test/src/main/java/org/commonjava/rwx/test/subclass/BuildExtraInfo.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/main/java/org/commonjava/rwx/test/subclass/BuildExtraInfoExtended.java b/rwx-test/src/main/java/org/commonjava/rwx/test/subclass/BuildExtraInfoExtended.java index 8f58b78..dde102b 100644 --- a/rwx-test/src/main/java/org/commonjava/rwx/test/subclass/BuildExtraInfoExtended.java +++ b/rwx-test/src/main/java/org/commonjava/rwx/test/subclass/BuildExtraInfoExtended.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/main/java/org/commonjava/rwx/test/subclass/Constants.java b/rwx-test/src/main/java/org/commonjava/rwx/test/subclass/Constants.java index 0b33eb8..9c0fa18 100644 --- a/rwx-test/src/main/java/org/commonjava/rwx/test/subclass/Constants.java +++ b/rwx-test/src/main/java/org/commonjava/rwx/test/subclass/Constants.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/main/java/org/commonjava/rwx/test/subclass/GetBuildDescriptionResponse.java b/rwx-test/src/main/java/org/commonjava/rwx/test/subclass/GetBuildDescriptionResponse.java index 1918bcb..5e2a927 100644 --- a/rwx-test/src/main/java/org/commonjava/rwx/test/subclass/GetBuildDescriptionResponse.java +++ b/rwx-test/src/main/java/org/commonjava/rwx/test/subclass/GetBuildDescriptionResponse.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/main/java/org/commonjava/rwx/test/subclass/MavenExtraInfo.java b/rwx-test/src/main/java/org/commonjava/rwx/test/subclass/MavenExtraInfo.java index 35efc62..ad4d003 100644 --- a/rwx-test/src/main/java/org/commonjava/rwx/test/subclass/MavenExtraInfo.java +++ b/rwx-test/src/main/java/org/commonjava/rwx/test/subclass/MavenExtraInfo.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/test/java/org/commonjava/rwx/test/AbstractTest.java b/rwx-test/src/test/java/org/commonjava/rwx/test/AbstractTest.java index 739eb95..f2ca6ac 100644 --- a/rwx-test/src/test/java/org/commonjava/rwx/test/AbstractTest.java +++ b/rwx-test/src/test/java/org/commonjava/rwx/test/AbstractTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/test/java/org/commonjava/rwx/test/jira/JiraServerInfoArrayConverterTest.java b/rwx-test/src/test/java/org/commonjava/rwx/test/jira/JiraServerInfoArrayConverterTest.java index 1c38343..2570a54 100644 --- a/rwx-test/src/test/java/org/commonjava/rwx/test/jira/JiraServerInfoArrayConverterTest.java +++ b/rwx-test/src/test/java/org/commonjava/rwx/test/jira/JiraServerInfoArrayConverterTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/test/java/org/commonjava/rwx/test/jira/JiraServerInfoConverterTest.java b/rwx-test/src/test/java/org/commonjava/rwx/test/jira/JiraServerInfoConverterTest.java index c59fa2e..b5f6cbe 100644 --- a/rwx-test/src/test/java/org/commonjava/rwx/test/jira/JiraServerInfoConverterTest.java +++ b/rwx-test/src/test/java/org/commonjava/rwx/test/jira/JiraServerInfoConverterTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/test/java/org/commonjava/rwx/test/koji/KojiMultiCallTest.java b/rwx-test/src/test/java/org/commonjava/rwx/test/koji/KojiMultiCallTest.java index 6e0c01c..6413eec 100644 --- a/rwx-test/src/test/java/org/commonjava/rwx/test/koji/KojiMultiCallTest.java +++ b/rwx-test/src/test/java/org/commonjava/rwx/test/koji/KojiMultiCallTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/test/java/org/commonjava/rwx/test/koji/KojiRWXMapperTest.java b/rwx-test/src/test/java/org/commonjava/rwx/test/koji/KojiRWXMapperTest.java index 0317d82..528da1a 100644 --- a/rwx-test/src/test/java/org/commonjava/rwx/test/koji/KojiRWXMapperTest.java +++ b/rwx-test/src/test/java/org/commonjava/rwx/test/koji/KojiRWXMapperTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx-test/src/test/java/org/commonjava/rwx/test/simple/I8MapperTest.java b/rwx-test/src/test/java/org/commonjava/rwx/test/simple/I8MapperTest.java index bb1967b..78c97d6 100644 --- a/rwx-test/src/test/java/org/commonjava/rwx/test/simple/I8MapperTest.java +++ b/rwx-test/src/test/java/org/commonjava/rwx/test/simple/I8MapperTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -60,4 +60,3 @@ public void roundTrip_ResponseTest() throws Exception } } - diff --git a/rwx-test/src/test/java/org/commonjava/rwx/test/simple/SimpleRWXMapperTest.java b/rwx-test/src/test/java/org/commonjava/rwx/test/simple/SimpleRWXMapperTest.java index 06cf400..63f56f3 100644 --- a/rwx-test/src/test/java/org/commonjava/rwx/test/simple/SimpleRWXMapperTest.java +++ b/rwx-test/src/test/java/org/commonjava/rwx/test/simple/SimpleRWXMapperTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -77,4 +77,3 @@ public void simpleResponseTest() throws Exception } } - diff --git a/rwx-test/src/test/java/org/commonjava/rwx/test/subclass/SubclassMapperTest.java b/rwx-test/src/test/java/org/commonjava/rwx/test/subclass/SubclassMapperTest.java index e450082..87723b6 100644 --- a/rwx-test/src/test/java/org/commonjava/rwx/test/subclass/SubclassMapperTest.java +++ b/rwx-test/src/test/java/org/commonjava/rwx/test/subclass/SubclassMapperTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx/src/main/java/org/commonjava/rwx/anno/ArrayPart.java b/rwx/src/main/java/org/commonjava/rwx/anno/ArrayPart.java index 5428ff9..6dd2085 100644 --- a/rwx/src/main/java/org/commonjava/rwx/anno/ArrayPart.java +++ b/rwx/src/main/java/org/commonjava/rwx/anno/ArrayPart.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx/src/main/java/org/commonjava/rwx/anno/Converter.java b/rwx/src/main/java/org/commonjava/rwx/anno/Converter.java index 5a6b927..f686f4f 100644 --- a/rwx/src/main/java/org/commonjava/rwx/anno/Converter.java +++ b/rwx/src/main/java/org/commonjava/rwx/anno/Converter.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx/src/main/java/org/commonjava/rwx/anno/DataIndex.java b/rwx/src/main/java/org/commonjava/rwx/anno/DataIndex.java index 0a70805..77c45c1 100644 --- a/rwx/src/main/java/org/commonjava/rwx/anno/DataIndex.java +++ b/rwx/src/main/java/org/commonjava/rwx/anno/DataIndex.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx/src/main/java/org/commonjava/rwx/anno/DataKey.java b/rwx/src/main/java/org/commonjava/rwx/anno/DataKey.java index f2e4344..5368b9e 100644 --- a/rwx/src/main/java/org/commonjava/rwx/anno/DataKey.java +++ b/rwx/src/main/java/org/commonjava/rwx/anno/DataKey.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx/src/main/java/org/commonjava/rwx/anno/Request.java b/rwx/src/main/java/org/commonjava/rwx/anno/Request.java index e4132dd..bae1b0e 100644 --- a/rwx/src/main/java/org/commonjava/rwx/anno/Request.java +++ b/rwx/src/main/java/org/commonjava/rwx/anno/Request.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx/src/main/java/org/commonjava/rwx/anno/Response.java b/rwx/src/main/java/org/commonjava/rwx/anno/Response.java index fe131e8..5b47f05 100644 --- a/rwx/src/main/java/org/commonjava/rwx/anno/Response.java +++ b/rwx/src/main/java/org/commonjava/rwx/anno/Response.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx/src/main/java/org/commonjava/rwx/anno/StructPart.java b/rwx/src/main/java/org/commonjava/rwx/anno/StructPart.java index 1349282..141803a 100644 --- a/rwx/src/main/java/org/commonjava/rwx/anno/StructPart.java +++ b/rwx/src/main/java/org/commonjava/rwx/anno/StructPart.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx/src/main/java/org/commonjava/rwx/api/RWXMapper.java b/rwx/src/main/java/org/commonjava/rwx/api/RWXMapper.java index 68a88f5..23b2aa7 100644 --- a/rwx/src/main/java/org/commonjava/rwx/api/RWXMapper.java +++ b/rwx/src/main/java/org/commonjava/rwx/api/RWXMapper.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx/src/main/java/org/commonjava/rwx/core/AnnoProcessor.java b/rwx/src/main/java/org/commonjava/rwx/core/AnnoProcessor.java index 187b284..a6cc146 100644 --- a/rwx/src/main/java/org/commonjava/rwx/core/AnnoProcessor.java +++ b/rwx/src/main/java/org/commonjava/rwx/core/AnnoProcessor.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx/src/main/java/org/commonjava/rwx/core/Converter.java b/rwx/src/main/java/org/commonjava/rwx/core/Converter.java index 2c0af99..18683b4 100644 --- a/rwx/src/main/java/org/commonjava/rwx/core/Converter.java +++ b/rwx/src/main/java/org/commonjava/rwx/core/Converter.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx/src/main/java/org/commonjava/rwx/core/Parser.java b/rwx/src/main/java/org/commonjava/rwx/core/Parser.java index 4674567..65de9eb 100644 --- a/rwx/src/main/java/org/commonjava/rwx/core/Parser.java +++ b/rwx/src/main/java/org/commonjava/rwx/core/Parser.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -21,4 +21,4 @@ public interface Parser { T parse( Object object ); -} \ No newline at end of file +} diff --git a/rwx/src/main/java/org/commonjava/rwx/core/Registry.java b/rwx/src/main/java/org/commonjava/rwx/core/Registry.java index f4ebc3e..e5be872 100644 --- a/rwx/src/main/java/org/commonjava/rwx/core/Registry.java +++ b/rwx/src/main/java/org/commonjava/rwx/core/Registry.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx/src/main/java/org/commonjava/rwx/error/CoercionException.java b/rwx/src/main/java/org/commonjava/rwx/error/CoercionException.java index e5dfed1..8074a09 100644 --- a/rwx/src/main/java/org/commonjava/rwx/error/CoercionException.java +++ b/rwx/src/main/java/org/commonjava/rwx/error/CoercionException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx/src/main/java/org/commonjava/rwx/error/XmlRpcException.java b/rwx/src/main/java/org/commonjava/rwx/error/XmlRpcException.java index f152f53..6d3d986 100644 --- a/rwx/src/main/java/org/commonjava/rwx/error/XmlRpcException.java +++ b/rwx/src/main/java/org/commonjava/rwx/error/XmlRpcException.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -81,5 +81,4 @@ private Object writeReplace() this.params = newParams; return this; } - } diff --git a/rwx/src/main/java/org/commonjava/rwx/model/Fault.java b/rwx/src/main/java/org/commonjava/rwx/model/Fault.java index 8a92caa..52c2983 100644 --- a/rwx/src/main/java/org/commonjava/rwx/model/Fault.java +++ b/rwx/src/main/java/org/commonjava/rwx/model/Fault.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx/src/main/java/org/commonjava/rwx/model/MethodCall.java b/rwx/src/main/java/org/commonjava/rwx/model/MethodCall.java index 996fc20..d405ca9 100644 --- a/rwx/src/main/java/org/commonjava/rwx/model/MethodCall.java +++ b/rwx/src/main/java/org/commonjava/rwx/model/MethodCall.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx/src/main/java/org/commonjava/rwx/model/MethodResponse.java b/rwx/src/main/java/org/commonjava/rwx/model/MethodResponse.java index f8ae150..8bc012f 100644 --- a/rwx/src/main/java/org/commonjava/rwx/model/MethodResponse.java +++ b/rwx/src/main/java/org/commonjava/rwx/model/MethodResponse.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx/src/main/java/org/commonjava/rwx/util/ParseUtils.java b/rwx/src/main/java/org/commonjava/rwx/util/ParseUtils.java index b821377..e187de5 100644 --- a/rwx/src/main/java/org/commonjava/rwx/util/ParseUtils.java +++ b/rwx/src/main/java/org/commonjava/rwx/util/ParseUtils.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx/src/main/java/org/commonjava/rwx/util/ProcessorUtils.java b/rwx/src/main/java/org/commonjava/rwx/util/ProcessorUtils.java index d427134..775ae55 100644 --- a/rwx/src/main/java/org/commonjava/rwx/util/ProcessorUtils.java +++ b/rwx/src/main/java/org/commonjava/rwx/util/ProcessorUtils.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx/src/main/java/org/commonjava/rwx/util/RenderUtils.java b/rwx/src/main/java/org/commonjava/rwx/util/RenderUtils.java index f4e1b21..abf2184 100644 --- a/rwx/src/main/java/org/commonjava/rwx/util/RenderUtils.java +++ b/rwx/src/main/java/org/commonjava/rwx/util/RenderUtils.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx/src/main/java/org/commonjava/rwx/util/ValueCoercion.java b/rwx/src/main/java/org/commonjava/rwx/util/ValueCoercion.java index 0932164..6508bd3 100644 --- a/rwx/src/main/java/org/commonjava/rwx/util/ValueCoercion.java +++ b/rwx/src/main/java/org/commonjava/rwx/util/ValueCoercion.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx/src/main/java/org/commonjava/rwx/vocab/ValueType.java b/rwx/src/main/java/org/commonjava/rwx/vocab/ValueType.java index 62a5b47..df95466 100644 --- a/rwx/src/main/java/org/commonjava/rwx/vocab/ValueType.java +++ b/rwx/src/main/java/org/commonjava/rwx/vocab/ValueType.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx/src/main/java/org/commonjava/rwx/vocab/XmlRpcConstants.java b/rwx/src/main/java/org/commonjava/rwx/vocab/XmlRpcConstants.java index c18b912..114648f 100644 --- a/rwx/src/main/java/org/commonjava/rwx/vocab/XmlRpcConstants.java +++ b/rwx/src/main/java/org/commonjava/rwx/vocab/XmlRpcConstants.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx/src/test/java/org/commonjava/rwx/core/AbstractTest.java b/rwx/src/test/java/org/commonjava/rwx/core/AbstractTest.java index 6d16b4c..8dda6e1 100644 --- a/rwx/src/test/java/org/commonjava/rwx/core/AbstractTest.java +++ b/rwx/src/test/java/org/commonjava/rwx/core/AbstractTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx/src/test/java/org/commonjava/rwx/core/XmlRpcParserTest.java b/rwx/src/test/java/org/commonjava/rwx/core/XmlRpcParserTest.java index ada6283..63c46d4 100644 --- a/rwx/src/test/java/org/commonjava/rwx/core/XmlRpcParserTest.java +++ b/rwx/src/test/java/org/commonjava/rwx/core/XmlRpcParserTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx/src/test/java/org/commonjava/rwx/core/util/ProcessorUtilsTest.java b/rwx/src/test/java/org/commonjava/rwx/core/util/ProcessorUtilsTest.java index dead0e2..8aa2ba6 100644 --- a/rwx/src/test/java/org/commonjava/rwx/core/util/ProcessorUtilsTest.java +++ b/rwx/src/test/java/org/commonjava/rwx/core/util/ProcessorUtilsTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rwx/src/test/java/org/commonjava/rwx/vocab/NilTest.java b/rwx/src/test/java/org/commonjava/rwx/vocab/NilTest.java index 5f20590..5068822 100644 --- a/rwx/src/test/java/org/commonjava/rwx/vocab/NilTest.java +++ b/rwx/src/test/java/org/commonjava/rwx/vocab/NilTest.java @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2010 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License");