Skip to content

Commit

Permalink
[-] Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Kravtsov committed Jul 7, 2022
1 parent 9ed6225 commit 4de131e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public boolean isSearchByBaudRateEnabled() {
return false;
}

public String[] getPortNames()
public String[] getPortNames() throws Exception
{
return printerPort.getPortNames();
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package com.shtrih.util;

public class ServiceVersion {
public static final String VERSION = "667-1-gcc3d588";
public static final String VERSION = "667-4-g9ed6225";
}

0 comments on commit 4de131e

Please sign in to comment.