Skip to content
Snippets Groups Projects
Commit 602e4604 authored by Sara Bertocco's avatar Sara Bertocco
Browse files

New working version after Victoria trip - new file

parent 40dd5f4a
No related branches found
No related tags found
No related merge requests found
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package it.inaf.oats.vospacebackend.implementation;
import org.restlet.Component;
import org.restlet.ext.servlet.ServerServlet;
/**
*
* @author bertocco
*/
public class INAFRestletServlet extends ServerServlet {
protected Component createComponent()
{
Component result = super.createComponent();
result.getLogService().setEnabled(false);
return result;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment