Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfram-zz committed Feb 11, 2014
1 parent 63468b6 commit 46c10c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions projects/test-utils-glassfish/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,12 @@
<groupId>org.glassfish</groupId>
<artifactId>simple-glassfish-api</artifactId>
<version>${simple-glassfish-api.version}</version>

</dependency>
<dependency>
<groupId>org.glassfish.extras</groupId>
<artifactId>glassfish-embedded-all</artifactId>
<version>${simple-glassfish-api.version}</version>
<scope>provided</scope>
<!--scope>provided</scope-->
</dependency>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public String toString() {
.append(pad("Approximate throughput:"))
.append(String.format("%.3e", throughputTo(getApproxThroughput(), SECONDS)))
.append(" op/sec")
.append("\n")
.toString();
}

Expand Down

0 comments on commit 46c10c7

Please sign in to comment.