Skip to content

Commit 321fe67

Browse files
committed
Remove unused commented-out code block
1 parent 7094f7d commit 321fe67

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/main/java/com/fasterxml/jackson/databind/JsonMappingException.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,6 @@ public String getDescription() {
137137
while (--arrays >= 0) {
138138
sb.append("[]");
139139
}
140-
/* was:
141-
String pkgName = ClassUtil.getPackageName(cls);
142-
if (pkgName != null) {
143-
sb.append(pkgName);
144-
sb.append('.');
145-
}
146-
*/
147140
}
148141
sb.append('[');
149142
if (_fieldName != null) {

0 commit comments

Comments
 (0)