You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2021/09/12 17:24:12 UTC

[maven] branch MNG-7129 updated: fix typo

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch MNG-7129
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/MNG-7129 by this push:
     new 6e1f1ec  fix typo
6e1f1ec is described below

commit 6e1f1ec72e735263d61e5d26e6703bd3e225d199
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Sep 12 19:24:09 2021 +0200

    fix typo
---
 maven-core/src/main/java/org/apache/maven/caching/CacheEventSpy.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-core/src/main/java/org/apache/maven/caching/CacheEventSpy.java b/maven-core/src/main/java/org/apache/maven/caching/CacheEventSpy.java
index 99f7e1a..c6c9a20 100644
--- a/maven-core/src/main/java/org/apache/maven/caching/CacheEventSpy.java
+++ b/maven-core/src/main/java/org/apache/maven/caching/CacheEventSpy.java
@@ -1,4 +1,4 @@
-package org.apache.maven.caching;  /*  * Licensed to the Apache Software Foundation (ASF) under one  * or more contributor license agreements.  See the NOTICE file  * distributed with this work for additional information  * regarding copyright ownership.  The ASF licenses this file  * to you under the Apache License, Version 2.0 (the  * "License"); you may not use this file except in compliance  * with the License.  You may obtain a copy of the License at  *  *  http://www.apache.org/lic [...]
+package org.apache.maven.caching;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one