Skip to content

Commit

Permalink
fix repetition of enum description (#130)
Browse files Browse the repository at this point in the history
Co-authored-by: i590615 <[email protected]>
  • Loading branch information
panayot-marinov and panayotmarinov authored Nov 18, 2023
1 parent 2c9b133 commit 4d35496
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions 06-unit-testing-and-mocking/lab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public interface IoTDevice {

#### DeviceType

Типовете устройства представляват `enum` със стойности `SMART_SPEAKER`, `BULB` и `THERMOSTAT`.
Типът на устройството е представен с `enum` със стойности `SMART_SPEAKER`, `BULB` и `THERMOSTAT`.

```java
package bg.sofia.uni.fmi.mjt.intelligenthome.enums;
Expand All @@ -91,8 +91,6 @@ public enum DeviceType {
}
```

Типът на устройството е представен с `enum` със стойности `SMART_SPEAKER`, `BULB` и `THERMOSTAT`.

#### ID

ID-то на устройствата се конструира по следния начин:
Expand Down

0 comments on commit 4d35496

Please sign in to comment.