aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-08-01 15:31:04 -0700
committerElliott Hughes <enh@google.com>2018-08-01 15:31:04 -0700
commit46dffe89e019a2a827dd648c32a694be77d5e1a6 (patch)
tree0be032b42b05db0853ad7fc68892a933555d9659
parent855f38e6a38e18cef345d15d53563bebcae0e9c2 (diff)
downloadapache-commons-bcel-46dffe89e019a2a827dd648c32a694be77d5e1a6.tar.gz
The Python protobuf library can't cope with UTF-8 :-(
Bug: N/A Test: ran external_updater Change-Id: I71e3e98089b573f47f4bafc6d5cf6b5d48e7f964
-rw-r--r--METADATA2
1 files changed, 1 insertions, 1 deletions
diff --git a/METADATA b/METADATA
index 9b948d8c..865a32b3 100644
--- a/METADATA
+++ b/METADATA
@@ -1,6 +1,6 @@
name: "apache-commons-bcel"
description:
- "The Byte Code Engineering Library (Apache Commons BCEL™) is intended to "
+ "The Byte Code Engineering Library (Apache Commons BCEL) is intended to "
"give users a convenient way to analyze, create, and manipulate (binary) "
"Java class files (those ending with .class). Classes are represented by "
"objects which contain all the symbolic information of the given class: "