diff options
author | Julien Lancelot <julien.lancelot@gmail.com> | 2013-06-13 16:19:11 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@gmail.com> | 2013-06-13 16:19:11 +0200 |
commit | a06137eb1111b48e20ccc2f0ac5989e35bd83c55 (patch) | |
tree | e676920c3b554508a58ca8558d9941a561cb0515 /sonar-ws-client/src/main/java/org/sonar/wsclient/issue/IssueComment.java | |
parent | 9678ebc554ee2c2581268c956040e3ebc7adcb12 (diff) | |
download | sonarqube-a06137eb1111b48e20ccc2f0ac5989e35bd83c55.tar.gz sonarqube-a06137eb1111b48e20ccc2f0ac5989e35bd83c55.zip |
SONAR-4383 Save issue filter
Diffstat (limited to 'sonar-ws-client/src/main/java/org/sonar/wsclient/issue/IssueComment.java')
-rw-r--r-- | sonar-ws-client/src/main/java/org/sonar/wsclient/issue/IssueComment.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-ws-client/src/main/java/org/sonar/wsclient/issue/IssueComment.java b/sonar-ws-client/src/main/java/org/sonar/wsclient/issue/IssueComment.java index 2ce101d0ac7..d843343695e 100644 --- a/sonar-ws-client/src/main/java/org/sonar/wsclient/issue/IssueComment.java +++ b/sonar-ws-client/src/main/java/org/sonar/wsclient/issue/IssueComment.java @@ -11,9 +11,9 @@ * SonarQube is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General License for more details. + * Lesser General Public License for more details. * - * You should have received a copy of the GNU Lesser General License + * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ |