Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
skeleton-bleclient
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
User expired
skeleton-bleclient
Commits
7230118a
Commit
7230118a
authored
4 years ago
by
ttschol
Browse files
Options
Downloads
Patches
Plain Diff
Added missing Javadoc for InterruptedException
parent
ad507746
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#42742
passed
3 years ago
Stage: Static Analysis
Stage: Test
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bleclient/src/main/java/at/qe/skeleton/bleclient/FindDevicesManager.java
+1
-0
1 addition, 0 deletions
...ain/java/at/qe/skeleton/bleclient/FindDevicesManager.java
bleclient/src/main/java/at/qe/skeleton/bleclient/Main.java
+1
-0
1 addition, 0 deletions
bleclient/src/main/java/at/qe/skeleton/bleclient/Main.java
with
2 additions
and
0 deletions
bleclient/src/main/java/at/qe/skeleton/bleclient/FindDevicesManager.java
+
1
−
0
View file @
7230118a
...
...
@@ -41,6 +41,7 @@ public class FindDevicesManager {
*
* @param manager the Bluetooth manager from which we get the Bluetooth devices
* @return true if at least one device could be found
* @throws InterruptedException if sleep between attempts gets interrupted
*/
public
boolean
findDevices
(
final
BluetoothManager
manager
)
throws
InterruptedException
{
Preconditions
.
checkNotNull
(
manager
,
"Precondition violation - argument 'manager' must not be NULL!"
);
...
...
This diff is collapsed.
Click to expand it.
bleclient/src/main/java/at/qe/skeleton/bleclient/Main.java
+
1
−
0
View file @
7230118a
...
...
@@ -21,6 +21,7 @@ public final class Main {
* over Bluetooth Low Energy.
*
* @param args the program arguments
* @throws InterruptedException if finding devices gets interrupted
* @see <a href="https://github.com/DI-GROUP/TimeFlip.Docs/blob/master/Hardware/BLE_device_commutication_protocol_v3.0_en.md" target="_top">BLE device communication protocol v3.0</a>
*/
public
static
void
main
(
String
[]
args
)
throws
InterruptedException
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment