I have checked the whole forum for finding solution to this problem.
Problem: I have added some footnotes to my LaTeX template. All footnotes work fine except this one. This is how it appears

Here is the minimal working example.
\documentclass{fcs}
\usepackage{bm}
\volumn{ }
\doi{ }
\articletype{REVIEW~ARTICLE}
\copynote{{\copyright} Higher Education Press and Springer-Verlag Berlin Heidelberg 2012}
\ratime{Received month dd, yyyy; accepted month dd, yyyy}
\email{$\times\times\times\times@\times\times\times.\times\times\times$}
%% Title
\title{$\bm{Frontiers~ of~ Computer~ Science}$\\[2mm] Instruction for authors}
%% Authors
\author{Firstname LASTNAME \xff $^{1,2}$}
%% Addresses of authors
\address{{1\quad Higher Education Press, Beijing 100029, China}\\
{2\quad Acadcmic Journal Division, Beijing 100029, China}}
%% Running head
\markboth{Front. Comput. Sci.}{Firstname LASTNAME: please insert running head here}
\begin{document}
\maketitle
\setcounter{page}{1}
\setlength{\baselineskip}{14pt}
\begin{abstract}
A short abstract of up to 300 words written in one paragraph
\end{abstract}
\Keywords{Up to 8 words separated by commas.}
\section{Introduction}
\noindent Frontiers of Computer Science is an international
peer-reviewed academic journal sponsored by the Ministry of
Education of China. The journal is jointly published by Higher
Education Press of China and Springer on a bimonthly basis in
English. Online versions are available through both
http://www.springerlink.com/content/11704 and
http://journal.hep.com.cn/fcs.
% here is my line
For instance, \textit{@ActionID}\footnote{http://bits.netbeans.org/dev/javadoc/org- openide-awt/org/openide/awt/ActionID.html, verified 24-07-14} taken from the NetBeans FAQ\footnote{http://wiki.netbeans.org/DevFaqActionAddJavaPackage,verified 24-07-14} deals with the retention (how long annotations are to be retained in a system) and target of a code.
\end{document}
It is clearly seen that the first footnote doesn't appear properly while the second one appears almost perfect.

My MWE:
\url, which is generally pretty good at breaking urls at places other than existing hyphens. see URL linebreak in footnote for some possibly useful information. – barbara beeton Aug 27 '14 at 16:10