Skip to content

Commit cd43518

Browse files
authored
Fix typos (#1388)
1 parent cfc2a77 commit cd43518

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

core/src/main/java/org/jboss/pnc/build/finder/core/LicenseSource.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
package org.jboss.pnc.build.finder.core;
2-
31
/*
42
* Copyright (C) 2017 Red Hat, Inc.
53
*
@@ -15,6 +13,7 @@
1513
* See the License for the specific language governing permissions and
1614
* limitations under the License.
1715
*/
16+
package org.jboss.pnc.build.finder.core;
1817

1918
public enum LicenseSource {
2019
UNKNOWN, POM, POM_XML, BUNDLE_LICENSE, TEXT

core/src/main/java/org/jboss/pnc/build/finder/core/MavenUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public static List<LicenseInfo> getLicenses(FileObject pomFileObject, MavenProje
166166
* the value (which may be empty).
167167
*
168168
* @param pomFileObject the POM file object
169-
* @return a map with the key the GAV of the POM file and the value the list of licenses (whivh may be empty)
169+
* @return a map with the key the GAV of the POM file and the value the list of licenses (which may be empty)
170170
* @throws InterpolationException if an error occurs while interpolating the Maven properties
171171
* @throws IOException if an error occurs when reading from the file
172172
* @throws XmlPullParserException if an error occurs when parsing the POM file

0 commit comments

Comments
 (0)