Browse Source

Update README.md

Git-Leon 7 years ago
parent
commit
df8b7fd88a
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      README.md

+ 0
- 1
README.md View File

3
 
3
 
4
 
4
 
5
 # PhoneNumberFactory
5
 # PhoneNumberFactory
6
-* **Lab Author** - Leon Hunter
7
 * **Purpose** - to demonstrate basic exception handling and logging.
6
 * **Purpose** - to demonstrate basic exception handling and logging.
8
 * **Objective** - to implement a `PhoneNumberFactory` class that generates `PhoneNumber` objects.
7
 * **Objective** - to implement a `PhoneNumberFactory` class that generates `PhoneNumber` objects.
9
 * The `PhoneNumber` class is a container for a `String` representation of a respective phone number.
8
 * The `PhoneNumber` class is a container for a `String` representation of a respective phone number.