repo-reorg-2020: moved sts4-relevant spring-ide bundles from https://github.com/spring-projects/spring-ide/releases/tag/REPO-REORG-2020 into sts4 repo
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package org.demo.lib;
|
||||
|
||||
public class TheLib {
|
||||
|
||||
public static String createGreeting(String name) {
|
||||
return "Hello, "+name+"!";
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
This file is here only because git doesn't represent empty folders
|
||||
@@ -0,0 +1 @@
|
||||
This file is here only because git doesn't represent empty folders
|
||||
@@ -0,0 +1 @@
|
||||
This file is here only because git doesn't represent empty folders
|
||||
Reference in New Issue
Block a user