We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb29e40 commit 69ae751Copy full SHA for 69ae751
src/main/java/ru/ind/tgs/GroovyShellService.java
@@ -26,13 +26,6 @@
26
* Description: <br>
27
*/
28
public class GroovyShellService implements ApplicationContextAware {
29
- /**
30
- * RCS (CVS/SVN) information
31
- *
32
- * @noinspection UnusedDeclaration
33
- */
34
- private static final String RCS_ID = "$Id$";
35
-
36
private static final Logger LOGGER = LoggerFactory.getLogger(GroovyShellService.class);
37
38
private int listenPort;
0 commit comments