diff options
author | Erlang/OTP <[email protected]> | 2010-10-27 13:42:58 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-10-27 13:42:58 +0200 |
commit | 84d30886bd04987ce16e7eeb22c3ab1c4d38f369 (patch) | |
tree | 4bb02edd2b98edcce4ae2b97137619f4577b018d /lib/cosNotification/src/CosNotification_Definitions.hrl | |
parent | f3c06ffe91fba511d83b1a88986651d4c2c6483c (diff) | |
parent | cb02a519a697122d632d312f044dc1b12348380d (diff) | |
download | otp-84d30886bd04987ce16e7eeb22c3ab1c4d38f369.tar.gz otp-84d30886bd04987ce16e7eeb22c3ab1c4d38f369.tar.bz2 otp-84d30886bd04987ce16e7eeb22c3ab1c4d38f369.zip |
Merge branch 'nick/cosNotification/deprecated_regexp/OTP-8846' into maint-r13
* nick/cosNotification/deprecated_regexp/OTP-8846:
Fiex TR tag.
Uppdatet year in header.
Added missing bracket.
Switched from using the deprecated regexp to re instead.
Diffstat (limited to 'lib/cosNotification/src/CosNotification_Definitions.hrl')
-rw-r--r-- | lib/cosNotification/src/CosNotification_Definitions.hrl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/cosNotification/src/CosNotification_Definitions.hrl b/lib/cosNotification/src/CosNotification_Definitions.hrl index 755b07cd5d..9f4989838a 100644 --- a/lib/cosNotification/src/CosNotification_Definitions.hrl +++ b/lib/cosNotification/src/CosNotification_Definitions.hrl @@ -2,7 +2,7 @@ %% %% %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 @@ -162,7 +162,7 @@ low_val=any:create(orber_tc:long(), ?not_MinConsumerEvents), high_val=any:create(orber_tc:long(), ?not_MaxConsumerEvents) }} -]. +]). |