Skip to content

Commit 236dfd4

Browse files
committed
make icon use consistent
1 parent 6da0395 commit 236dfd4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • dot-parse/src/main/java/com/google/common/labs/email

dot-parse/src/main/java/com/google/common/labs/email/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ combinators. It serves as a lightweight and secure alternative to
1212
| Feature / Property | `EmailAddress` (Combinator) | `InternetAddress` (Jakarta Mail) | JMail | Apache `EmailValidator` |
1313
| :--- | :--- | :--- | :--- | :--- |
1414
| **Domain Mutability** | **Immutable Record** (Thread-safe, robust as Map keys) |**Mutable POJO** (Exposes setters, prone to side effects) | **Immutable Value Object** (Thread-safe) | N/A |
15-
| **Footprint & Deps** | **Lightweight** (Zero external dependencies; built on `dot-parse` combinators) | **Heavy EE stack** (Transitive dependencies) | **Lightweight** (Minor standalone deps) | **Lightweight** (Part of commons-validator) |
16-
| **Value Extraction** | **Canonical** (Quotes stripped, escapes unescaped) | ⚠️ **Mixed** (Canonical personal name; raw local part) | **Raw** (Quotes and backslashes left intact) | N/A |
15+
| **Footprint & Deps** | **Lightweight** (Zero external dependencies; built on `dot-parse` combinators) | ⚠️ **Heavy EE stack** (Transitive dependencies) | **Lightweight** (Minor standalone deps) | **Lightweight** (Part of commons-validator) |
16+
| **Value Extraction** | **Canonical** (Quotes stripped, escapes unescaped) | ⚠️ **Mixed** (Canonical personal name; raw local part) | ⚠️ **Raw** (Quotes and backslashes left intact) | N/A |
1717

1818
---
1919

0 commit comments

Comments
 (0)