diff options
Diffstat (limited to 'java/demo/Freeze/library/Library.ice')
-rw-r--r-- | java/demo/Freeze/library/Library.ice | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/demo/Freeze/library/Library.ice b/java/demo/Freeze/library/Library.ice index 93f1e980048..7c4440200b1 100644 --- a/java/demo/Freeze/library/Library.ice +++ b/java/demo/Freeze/library/Library.ice @@ -137,7 +137,7 @@ class Book * this information is immutable. * **/ - BookDescription _description; + BookDescription description; /** * @@ -145,7 +145,7 @@ class Book * the book is not currently rented. * **/ - string _rentalCustomerName; + string rentalCustomerName; }; /** |