Skip to content

Commit bd30aba

Browse files
Apply suggestions from code review
Co-authored-by: Bilal Alsharifi <599206+bilal-alsharifi@users.noreply.github.com>
1 parent ba9d551 commit bd30aba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

android/sdl_android/src/main/java/com/smartdevicelink/transport/utl/SdlDeviceListener.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public void handleMessage(@NonNull Message msg) {
174174
/**
175175
* Set the connection establishment status of the particular device
176176
*
177-
* @param address address of the device in quesiton
177+
* @param address address of the device in question
178178
* @param hasSDLConnected true if a connection has been established, false if not
179179
*/
180180
public static void setSDLConnectedStatus(Context context, String address, boolean hasSDLConnected) {
@@ -196,7 +196,7 @@ public static void setSDLConnectedStatus(Context context, String address, boolea
196196
/**
197197
* Checks to see if a device address has connected to SDL before.
198198
*
199-
* @param address the mac address of the device in quesiton
199+
* @param address the mac address of the device in question
200200
* @return if this is the first status check of this device
201201
*/
202202
private boolean isFirstStatusCheck(String address) {
@@ -213,7 +213,7 @@ private boolean isFirstStatusCheck(String address) {
213213
/**
214214
* Checks to see if a device address has connected to SDL before.
215215
*
216-
* @param address the mac address of the device in quesiton
216+
* @param address the mac address of the device in question
217217
* @return if an SDL connection has ever been established with this device
218218
*/
219219
public static boolean hasSDLConnected(Context context, String address) {

0 commit comments

Comments
 (0)