Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GeoIP API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Foundation
IT
APIs
GeoIP API
Merge requests
!28
feat: Update copyright headers on all Java files
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat: Update copyright headers on all Java files
zacharysabourin/geoip-rest-api:zacharysabourin/master/20
into
master
Overview
1
Commits
1
Changes
17
Merged
Zachary Sabourin
requested to merge
zacharysabourin/geoip-rest-api:zacharysabourin/master/20
into
master
2 years ago
Overview
1
Commits
1
Changes
17
Expand
Resolves
#20 (closed)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
0841dccb
1 commit,
2 years ago
17 files
+
204
−
107
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
17
Search (e.g. *.vue) (Ctrl+P)
src/main/java/org/eclipsefoundation/geoip/client/config/MaxmindReflectionRegistrationConfig.java
+
11
−
0
Options
/*********************************************************************
* Copyright (c) 2022 Eclipse Foundation.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* Author: Martin Lowe <martin.lowe@eclipse-foundation.org>
*
* SPDX-License-Identifier: EPL-2.0
**********************************************************************/
package
org.eclipsefoundation.geoip.client.config
;
package
org.eclipsefoundation.geoip.client.config
;
import
com.maxmind.db.MaxMindDbConstructor
;
import
com.maxmind.db.MaxMindDbConstructor
;
Loading