@@ -57,8 +57,10 @@ public Traits(String ipAddress, Network network) {
5757 network , null , null , null , null );
5858 }
5959
60- // This is for back-compat. If we ever do a major release, it should be
61- // removed.
60+ /**
61+ * @deprecated This constructor exists for backwards compatibility. Will be
62+ * removed in the next major release.
63+ */
6264 public Traits (
6365 Integer autonomousSystemNumber ,
6466 String autonomousSystemOrganization ,
@@ -75,8 +77,10 @@ public Traits(
7577 organization , userType );
7678 }
7779
78- // This is for back-compat. If we ever do a major release, it should be
79- // removed.
80+ /**
81+ * @deprecated This constructor exists for backwards compatibility. Will be
82+ * removed in the next major release.
83+ */
8084 public Traits (
8185 Integer autonomousSystemNumber ,
8286 String autonomousSystemOrganization ,
@@ -95,8 +99,10 @@ public Traits(
9599 false , isSatelliteProvider , false , isp , null , organization , userType , null , null );
96100 }
97101
98- // This is for back-compat. If we ever do a major release, it should be
99- // removed.
102+ /**
103+ * @deprecated This constructor exists for backwards compatibility. Will be
104+ * removed in the next major release.
105+ */
100106 public Traits (
101107 Integer autonomousSystemNumber ,
102108 String autonomousSystemOrganization ,
@@ -121,8 +127,10 @@ public Traits(
121127 null , organization , userType , null , null );
122128 }
123129
124- // This is for back-compat. If we ever do a major release, it should be
125- // removed.
130+ /**
131+ * @deprecated This constructor exists for backwards compatibility. Will be
132+ * removed in the next major release.
133+ */
126134 public Traits (
127135 Integer autonomousSystemNumber ,
128136 String autonomousSystemOrganization ,
0 commit comments