diff options
| author | Albert Magyar | 2019-11-18 12:14:45 -0700 |
|---|---|---|
| committer | GitHub | 2019-11-18 12:14:45 -0700 |
| commit | f817260a6bd6b3f5681ef14eb4a9a448237201e3 (patch) | |
| tree | 51b4a906f004225f7c83aa401cce27a7c5fbbc58 /src/main/scala/firrtl/annotations | |
| parent | 54dc03c95e4ead3e25499b00e54fefd8b654f439 (diff) | |
| parent | 5e6d985b27e283868bc2b990c8b6a5888c74422a (diff) | |
Merge branch 'master' into automate-backports
Diffstat (limited to 'src/main/scala/firrtl/annotations')
| -rw-r--r-- | src/main/scala/firrtl/annotations/JsonProtocol.scala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/firrtl/annotations/JsonProtocol.scala b/src/main/scala/firrtl/annotations/JsonProtocol.scala index c3853650..9992400a 100644 --- a/src/main/scala/firrtl/annotations/JsonProtocol.scala +++ b/src/main/scala/firrtl/annotations/JsonProtocol.scala @@ -109,7 +109,7 @@ object JsonProtocol { val annos = parsed match { case JArray(objs) => objs case x => throw new InvalidAnnotationJSONException( - s"Annotations must be serialized as a JArray, got ${x.getClass.getSimpleName} instead!") + s"Annotations must be serialized as a JArray, got ${x.getClass.getName} instead!") } // Recursively gather typeHints by pulling the "class" field from JObjects // Json4s should emit this as the first field in all serialized classes |
