BUG-5410: bring the imported source code to Java 7 world 69/39169/6
authorRobert Varga <rovarga@cisco.com>
Fri, 20 May 2016 10:32:09 +0000 (12:32 +0200)
committerTony Tkacik <ttkacik@cisco.com>
Mon, 6 Jun 2016 07:47:28 +0000 (07:47 +0000)
commit7f03dfb8d17232dee31e6b5a3ccc304befb68737
tree7fd5eacf96bd879c36e0bcd464dafc9d167fe335
parentf88b82bbd54ceb9c0eaed63e3896272217769a79
BUG-5410: bring the imported source code to Java 7 world

This patch adds generic type arguments to Stack and Hashtable. The
bulk of the patch are Eclipse auto-save actions, performing the following:
- remove unneeded casts
- remove trailing whitespace
- add @Override annotations
- add curly braces around ifs

Change-Id: I118d5559cb5a5edb9a79e097903732911987afe9
Signed-off-by: Robert Varga <rovarga@cisco.com>
third-party/xsd-regex/src/main/java/org/opendaylight/yangtools/xsd/regex/Op.java
third-party/xsd-regex/src/main/java/org/opendaylight/yangtools/xsd/regex/ParserForXMLSchema.java
third-party/xsd-regex/src/main/java/org/opendaylight/yangtools/xsd/regex/REUtil.java
third-party/xsd-regex/src/main/java/org/opendaylight/yangtools/xsd/regex/RangeToken.java
third-party/xsd-regex/src/main/java/org/opendaylight/yangtools/xsd/regex/RegexParser.java
third-party/xsd-regex/src/main/java/org/opendaylight/yangtools/xsd/regex/RegularExpression.java
third-party/xsd-regex/src/main/java/org/opendaylight/yangtools/xsd/regex/Token.java