Skip to content

Commit

Permalink
less nonsensical output
Browse files Browse the repository at this point in the history
  • Loading branch information
machisuji committed Mar 18, 2012
1 parent 26e57b5 commit 8a72eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/stock/StockFactoryImpl.java
Expand Up @@ -21,7 +21,7 @@ public Stock create_stock(String symbol, String description) {
}
byte[] id = rootpoa.activate_object(newStock);

System.out.println("activated object: " + new String(id));
System.out.println("created stock: " + symbol);

org.omg.CORBA.Object ref = rootpoa.servant_to_reference(newStock);
Stock stockRef = StockHelper.narrow(ref);
Expand Down

0 comments on commit 8a72eb7

Please sign in to comment.