diff options
author | Niclas Eklund <[email protected]> | 2010-03-05 12:29:29 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-03-05 12:29:29 +0000 |
commit | 02112d8dba5b40cd0adb7ecb2b2ed4340594369f (patch) | |
tree | 419201465b64ff5ddf0e5bda170fac6186751e67 /lib/cosNotification/src/CosNotification_Definitions.hrl | |
parent | 15f7dc0645216b21c7f3165372638080bb86cacb (diff) | |
download | otp-02112d8dba5b40cd0adb7ecb2b2ed4340594369f.tar.gz otp-02112d8dba5b40cd0adb7ecb2b2ed4340594369f.tar.bz2 otp-02112d8dba5b40cd0adb7ecb2b2ed4340594369f.zip |
Added missing bracket
Diffstat (limited to 'lib/cosNotification/src/CosNotification_Definitions.hrl')
-rw-r--r-- | lib/cosNotification/src/CosNotification_Definitions.hrl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/cosNotification/src/CosNotification_Definitions.hrl b/lib/cosNotification/src/CosNotification_Definitions.hrl index 755b07cd5d..8325b5aa5e 100644 --- a/lib/cosNotification/src/CosNotification_Definitions.hrl +++ b/lib/cosNotification/src/CosNotification_Definitions.hrl @@ -1,20 +1,20 @@ %%---------------------------------------------------------------------- %% %% %CopyrightBegin% -%% -%% Copyright Ericsson AB 1999-2009. All Rights Reserved. -%% +%% +%% Copyright Ericsson AB 1999-2010. All Rights Reserved. +%% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in %% compliance with the License. You should have received a copy of the %% Erlang Public License along with this software. If not, it can be %% retrieved online at http://www.erlang.org/. -%% +%% %% Software distributed under the License is distributed on an "AS IS" %% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See %% the License for the specific language governing rights and limitations %% under the License. -%% +%% %% %CopyrightEnd% %% %% @@ -162,7 +162,7 @@ low_val=any:create(orber_tc:long(), ?not_MinConsumerEvents), high_val=any:create(orber_tc:long(), ?not_MaxConsumerEvents) }} -]. +]). |