-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow Enums in DataMaps #505
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly nits
google-http-client-xml/src/test/java/com/google/api/client/xml/AtomTest.java
Outdated
Show resolved
Hide resolved
google-http-client-xml/src/test/java/com/google/api/client/xml/AtomTest.java
Outdated
Show resolved
Hide resolved
google-http-client-xml/src/test/java/com/google/api/client/xml/AtomTest.java
Outdated
Show resolved
Hide resolved
google-http-client-xml/src/test/java/com/google/api/client/xml/AtomTest.java
Outdated
Show resolved
Hide resolved
google-http-client-xml/src/test/java/com/google/api/client/xml/AtomTest.java
Outdated
Show resolved
Hide resolved
ClassLoader classLoader = getClass().getClassLoader(); | ||
BufferedReader reader = new BufferedReader(new FileReader(classLoader.getResource(file) | ||
.getFile())); | ||
String line; |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
google-http-client-xml/src/test/java/com/google/api/client/xml/AtomTest.java
Outdated
Show resolved
Hide resolved
} | ||
|
||
/** | ||
* Author Element as part of the {@link Feed} Element to map the XML to |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
} | ||
|
||
/** | ||
* Link Element as part of the {@link Feed} Element to map the XML to |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
google-http-client-xml/src/test/java/com/google/api/client/xml/XmlEnumTest.java
Show resolved
Hide resolved
google-http-client-xml/src/test/java/com/google/api/client/xml/AtomTest.java
Outdated
Show resolved
Hide resolved
google-http-client-xml/src/test/java/com/google/api/client/xml/AtomTest.java
Outdated
Show resolved
Hide resolved
google-http-client-xml/src/test/java/com/google/api/client/xml/AtomTest.java
Outdated
Show resolved
Hide resolved
google-http-client/src/main/java/com/google/api/client/util/DataMap.java
Outdated
Show resolved
Hide resolved
google-http-client-xml/src/test/java/com/google/api/client/xml/AtomTest.java
Show resolved
Hide resolved
google-http-client-xml/src/test/java/com/google/api/client/xml/AtomTest.java
Outdated
Show resolved
Hide resolved
google-http-client-xml/src/test/java/com/google/api/client/xml/AtomTest.java
Outdated
Show resolved
Hide resolved
google-http-client-xml/src/test/java/com/google/api/client/xml/AtomTest.java
Outdated
Show resolved
Hide resolved
google-http-client-xml/src/test/java/com/google/api/client/xml/XmlEnumTest.java
Outdated
Show resolved
Hide resolved
google-http-client-xml/src/test/java/com/google/api/client/xml/XmlEnumTest.java
Show resolved
Hide resolved
google-http-client-xml/src/test/java/com/google/api/client/xml/XmlEnumTest.java
Outdated
Show resolved
Hide resolved
google-http-client-xml/src/test/java/com/google/api/client/xml/XmlEnumTest.java
Outdated
Show resolved
Hide resolved
google-http-client-xml/src/test/java/com/google/api/client/xml/XmlEnumTest.java
Outdated
Show resolved
Hide resolved
google-http-client-xml/src/test/java/com/google/api/client/xml/XmlEnumTest.java
Outdated
Show resolved
Hide resolved
All changes requested have been resolved.
Fixes #504.
DataMap
that caused the problemjunit.framework
and use annotations