Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f7b9273 authored by Tom Giordano's avatar Tom Giordano
Browse files

Fix compile error

Fix compile error introduced by http://review.cyanogenmod.com/5197

frameworks/base/voip/java/android/net/sip/SipProfile.java:262: error 4: @param tag with name that doesn't match the parameter list: 'keep-alive'

Change-Id: I05f9c548ab9491fb6ddf6a6e367a5fcb2345b682
parent 966f74db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -260,7 +260,7 @@ public class SipProfile implements Parcelable, Serializable, Cloneable {
        /**
         * Sets the send keep-alive interval.
         *
         * @param keep-alive message interval in seconds
         * @param interval in seconds
         * @return this builder object
         */
        public Builder setKeepAliveInterval(int interval) {