This is an automated email from the ASF dual-hosted git repository.
simonetripodi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git
The following commit(s) were added to refs/heads/master by this push:
new c7ec5f1 [api-regions] typo
c7ec5f1 is described below
commit c7ec5f1fec7d05676ed2003788e656c8deef6fe0
Author: stripodi <[email protected]>
AuthorDate: Wed Apr 10 14:24:51 2019 +0200
[api-regions] typo
---
.../src/main/java/org/apache/sling/feature/apiregions/ApiRegion.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/feature-api-regions/src/main/java/org/apache/sling/feature/apiregions/ApiRegion.java
b/feature-api-regions/src/main/java/org/apache/sling/feature/apiregions/ApiRegion.java
index 04fec39..e180487 100644
---
a/feature-api-regions/src/main/java/org/apache/sling/feature/apiregions/ApiRegion.java
+++
b/feature-api-regions/src/main/java/org/apache/sling/feature/apiregions/ApiRegion.java
@@ -210,7 +210,7 @@ public final class ApiRegion implements Iterable<String> {
*
* @param api the API package to remove
* @return true if the API package was removed in this or one region
across the whole region hierarchy,
- * false othewrwise
+ * false otherwise
*/
public boolean remove(String api) {
if (isEmpty(api)) {