diff options
author | Micael Karlberg <[email protected]> | 2013-05-28 12:31:05 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2013-05-28 12:31:05 +0200 |
commit | 0b2501e1a98c7cfe87813b542d8ac7a876c85072 (patch) | |
tree | 5160dfd7b5600bafd44fe8889479c59c21d4266b /lib/snmp/src/agent | |
parent | fd747e9088186657a29fa252cae06a7d7c08761a (diff) | |
download | otp-0b2501e1a98c7cfe87813b542d8ac7a876c85072.tar.gz otp-0b2501e1a98c7cfe87813b542d8ac7a876c85072.tar.bz2 otp-0b2501e1a98c7cfe87813b542d8ac7a876c85072.zip |
[snmp/agent] Updated deprecated attribute
Diffstat (limited to 'lib/snmp/src/agent')
-rw-r--r-- | lib/snmp/src/agent/snmpa.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/snmp/src/agent/snmpa.erl b/lib/snmp/src/agent/snmpa.erl index a22f1b2eb4..0ce1f611b2 100644 --- a/lib/snmp/src/agent/snmpa.erl +++ b/lib/snmp/src/agent/snmpa.erl @@ -115,7 +115,7 @@ me/0 ]). --deprecated([{old_info_format, 1}]). +-deprecated([{old_info_format, 1, next_major_release}]). -include("snmpa_atl.hrl"). |