Skip to content

Commit 82ea818

Browse files
Fix spacing issue
1 parent 0ec281a commit 82ea818

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

base/src/main/java/com/smartdevicelink/managers/screen/BaseSoftButtonManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ abstract class BaseSoftButtonManager extends BaseSubManager {
8888
/**
8989
* Creates a new instance of the SoftButtonManager
9090
* @param internalInterface an instance of the ISdl interface that can be used for common SDL operations (sendRpc, addRpcListener, etc)
91-
* @param fileManager an instance of the FileManager so that button graphics can be sent
91+
* @param fileManager an instance of the FileManager so that button graphics can be sent
9292
*/
9393
BaseSoftButtonManager(@NonNull final ISdl internalInterface, @NonNull final FileManager fileManager) {
9494
super(internalInterface);

0 commit comments

Comments
 (0)