Skip to content

Commit fd50b98

Browse files
committed
typo
1 parent 889ec96 commit fd50b98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/javasim/Semaphore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public Outcome get (SimulationEntity toWait)
110110
catch (SimulationException e)
111111
{
112112
}
113-
113+
114114
toWait.cancel();
115115
}
116116

src/test/java/org/javasim/examples/basic/BasicExampleUnitTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public void testNoBreaks ()
4444
{
4545
}
4646
}
47-
47+
4848
@Test
4949
public void testBreaks ()
5050
{

0 commit comments

Comments
 (0)