Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Riina Antikainen
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 620685f7
authored
Jan 10, 2015
by
Tuomas Riihimäki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove only logger reference in restpojo
1 parent
8b7d433d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
code/moya-restpojo/src/main/java/fi/codecrew/moya/rest/pojo/placemap/v1/PlacemapMapRootPojo.java
code/moya-restpojo/src/main/java/fi/codecrew/moya/rest/pojo/placemap/v1/PlacemapMapRootPojo.java
View file @
620685f
...
@@ -5,15 +5,11 @@ import java.util.List;
...
@@ -5,15 +5,11 @@ import java.util.List;
import
javax.xml.bind.annotation.XmlElement
;
import
javax.xml.bind.annotation.XmlElement
;
import
javax.xml.bind.annotation.XmlRootElement
;
import
javax.xml.bind.annotation.XmlRootElement
;
import
org.slf4j.Logger
;
import
org.slf4j.LoggerFactory
;
@XmlRootElement
@XmlRootElement
public
class
PlacemapMapRootPojo
{
public
class
PlacemapMapRootPojo
{
private
MapPojo
map
;
private
MapPojo
map
;
private
List
<
ProductRestPojo
>
products
;
private
List
<
ProductRestPojo
>
products
;
private
static
final
Logger
logger
=
LoggerFactory
.
getLogger
(
PlacemapMapRootPojo
.
class
);
public
PlacemapMapRootPojo
()
{
public
PlacemapMapRootPojo
()
{
}
}
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment